Skip to content

Commit c3c8469

Browse files
committed
add pull
1 parent 6a75270 commit c3c8469

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In case you would like to perform a DevSecOps assessment, the following tools ar
5959
## Container
6060

6161
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`
6363
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
6464
of the native docker installation)
6565

@@ -88,14 +88,6 @@ service docker start
8888
docker run -d -p 80:8080 wurstbrot/dsomm:latest
8989
```
9090

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-
9991
# Credits
10092

10193
* 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)