You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ In case you would like to perform a DevSecOps assessment, the following tools ar
59
59
## Container
60
60
61
61
1. Install [Docker](https://www.docker.com)
62
-
2. Run `docker run --rm -p 8080:8080 wurstbrot/dsomm:latest`
62
+
2. Run `docker pull wurstbrot/dsomm:latest && docker run --rm -p 8080:8080 wurstbrot/dsomm:latest`
63
63
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
64
64
of the native docker installation)
65
65
@@ -88,14 +88,6 @@ service docker start
88
88
docker run -d -p 80:8080 wurstbrot/dsomm:latest
89
89
```
90
90
91
-
## Tests
92
-
93
-
To run basic tests just
94
-
95
-
```bash
96
-
docker-compose -f docker-compose.dev.yaml up test-php
97
-
```
98
-
99
91
# Credits
100
92
101
93
* 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