Skip to content

Commit bff0f82

Browse files
authored
Merge pull request #263 from devsecopsmaturitymodel/wurstbrot-patch-1
chore: describe teams
2 parents e7720b4 + c1de059 commit bff0f82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ cp src/assets/YAML/meta.yaml .
106106
cp $(pwd)/src/assets/YAML/generated/generated.yaml .
107107
docker run -v $(pwd)/meta.yaml:/usr/share/nginx/html/assets/YAML/meta.yaml -v $(pwd)/generated.yaml:/usr/share/nginx/html/assets/YAML/generated/generated.yaml -p 8080:8080 wurstbrot/dsomm
108108
```
109+
110+
In the corresponding [dimension YAMLs](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/tree/main/src/assets/YAML/default), use:
111+
```
112+
[...]
113+
teamsImplemented:
114+
Default: false
115+
C: true
116+
evidence:
117+
B: Showed Jenkinsfile
118+
```
109119
# Credits
110120

111121
* The dimension _Test and Verification_ is based on Christian Schneiders [Security DevOps Maturity Model (SDOMM)](https://www.christian-schneider.net/SecurityDevOpsMaturityModel.html). _Application tests_ and _Infrastructure tests_ are added by Timo Pagel. Also, the sub-dimension _Static depth_ has been evaluated by security experts at [OWASP Stammtisch Hamburg](https://www.owasp.org/index.php/OWASP_German_Chapter_Stammtisch_Initiative/Hamburg).

0 commit comments

Comments
 (0)