We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8453c1b + 13cbea8 commit 76ac297Copy full SHA for 76ac297
README.md
@@ -28,7 +28,7 @@ The easiest way to start is by using the pre-built Docker image.
28
docker run --rm -it \
29
-v "$(pwd)":/data \
30
--env-file .env \
31
- ghcr.io/owasp/www-project-lets-threat-model:latest \
+ ghcr.io/owasp/lets-threat-model:latest \
32
--config-file /data/config.yaml
33
```
34
@@ -38,7 +38,7 @@ docker run --rm -it \
38
39
-v /path/to/your/local/repo:/repos/my-local-repo \
40
41
42
43
44
0 commit comments