From 8e8f022128eb278035537e14e64f0678d5841bff Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Sat, 2 Mar 2024 19:48:44 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d298c757..d74e7b08 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,13 @@ In case you would like to perform a DevSecOps assessment, the following tools ar For customized DSOMM, take a look at https://github.com/wurstbrot/DevSecOps-MaturityModel-custom. In case you would like to have perform an assessment for multiple teams, iterate from port 8080 to 8XXX, depending of the size of your team. You can download your current state from the circular headmap and mount it again via + ```bash wget https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml # or go to /circular-heatmap and download edited yaml (bottom right) docker run -p 8080:8080 -v /tmp/generated.yaml:/usr/share/nginx/html/assets/YAML/generated/generated.yaml wurstbrot/dsomm:latest -```. +``` + +. This approach also allows teams to perform self assessment with changes tracked in a repository.