-
-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathmeta.yaml
More file actions
57 lines (50 loc) · 1.53 KB
/
meta.yaml
File metadata and controls
57 lines (50 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
browserSettings:
changeTeamNames: true
changeProgressionDefinition: true
teamProgressFile: 'team-progress.yaml'
progressDefinition:
Not implemented:
score: 0%
definition: Activity not started and not planned
Started:
score: 20%
definition: Activity has been started, or completed for a few applications
Partly implemented:
score: 50%
definition: Activity has been implemented for at least half of the applications
Fully implemented:
score: 100%
definition: Fully implemented for (almost) all applications
teams:
$ref: 'default/teams.yaml#/teams'
teamGroups:
$ref: 'default/teams.yaml#/teamGroups'
activityFiles:
# - generated/generated.yaml # Old structure - No longer used
- default/model.yaml
# - custom/custom-activities.yaml # For customizing your own activities
#
# Various strings and messages
#
lang: en
strings:
en:
allTeamsGroupName: 'All teams'
maturityLevels:
[
'Level 1: Basic understanding of security practices',
'Level 2: Adoption of basic security practices',
'Level 3: High adoption of security practices',
'Level 4: Very high adoption of security practices',
'Level 5: Advanced deployment of security practices at scale',
]
labels: ['Very Low', 'Low', 'Medium', 'High', 'Very High']
knowledgeLabels:
[
'Very Low (one discipline)',
'Low (one discipline)',
'Medium (two disciplines)',
'High (two disciplines)',
'Very High (three or more disciplines)',
]