Skip to content

Commit 3e25f36

Browse files
authored
Update README.md
1 parent fb2cd06 commit 3e25f36

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,7 @@ In case you would like to perform a DevSecOps assessment, the following tools ar
6161
3. Browse to <http://localhost:8080> (on macOS and Windows browse to <http://192.168.99.100:8080> if you are using docker-machine instead
6262
of the native docker installation)
6363

64-
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.
65-
In case the application should be visible, but the "Implementation Level" shouldn't be changeable, consider the following code:
66-
67-
```bash
68-
#!/bin/bash
69-
set -xe
70-
71-
IMAGE_NAME="<YOUR ORGANIZATION>/dsomm:latest"
72-
73-
rm -Rf DevSecOps-MaturityModel || true
74-
git clone git@github.com:wurstbrot/DevSecOps-MaturityModel.git
75-
cp data/* DevSecOps-MaturityModel/data
76-
cp -a selectedData.csv DevSecOps-MaturityModel/selectedData.csv
77-
78-
cd DevSecOps-MaturityModel
79-
docker build -t $IMAGE_NAME .
80-
docker push $IMAGE_NAME
81-
```
64+
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.
8265

8366
This approach also allows teams to perform self assessment with changes tracked in a repository.
8467

0 commit comments

Comments
 (0)