Skip to content

Commit 9a208ad

Browse files
authored
Merge pull request #439 from devsecopsmaturitymodel/v4-patch-1
fix: Updated meta.yaml to correct model file
2 parents 0082aaf + c3acfb2 commit 9a208ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/assets/YAML/meta.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ progressDefinition:
1010
score: 0%
1111
definition: Activity not started and not planned
1212
Started:
13-
score: 40%
13+
score: 20%
1414
definition: Activity has been started, or completed for a few applications
1515
Partly implemented:
1616
score: 50%
@@ -19,14 +19,15 @@ progressDefinition:
1919
score: 100%
2020
definition: Fully implemented for (almost) all applications
2121

22+
2223
teams:
2324
$ref: 'default/teams.yaml#/teams'
2425
teamGroups:
2526
$ref: 'default/teams.yaml#/teamGroups'
2627

2728
activityFiles:
28-
# - generated/generated.yaml
29-
- default/activities.yaml
29+
# - generated/generated.yaml # Old structure - No longer used
30+
- default/model.yaml
3031
# - custom/custom-activities.yaml # For customizing your own activities
3132

3233

0 commit comments

Comments
 (0)