Skip to content

Commit 76ac297

Browse files
Merge pull request #13 from OWASP/develop
fix docker pull urls
2 parents 8453c1b + 13cbea8 commit 76ac297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The easiest way to start is by using the pre-built Docker image.
2828
docker run --rm -it \
2929
-v "$(pwd)":/data \
3030
--env-file .env \
31-
ghcr.io/owasp/www-project-lets-threat-model:latest \
31+
ghcr.io/owasp/lets-threat-model:latest \
3232
--config-file /data/config.yaml
3333
```
3434

@@ -38,7 +38,7 @@ docker run --rm -it \
3838
-v "$(pwd)":/data \
3939
-v /path/to/your/local/repo:/repos/my-local-repo \
4040
--env-file .env \
41-
ghcr.io/owasp/www-project-lets-threat-model:latest \
41+
ghcr.io/owasp/lets-threat-model:latest \
4242
--config-file /data/config.yaml
4343
```
4444

0 commit comments

Comments
 (0)