We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea00656 commit 6767a4dCopy full SHA for 6767a4d
docker-compose.security.yml
@@ -40,7 +40,7 @@ services:
40
retries: 5
41
42
zap:
43
- image: owasp/zap2docker-stable:${ZAP_VERSION-2.11.1}
+ image: ghcr.io/zaproxy/zaproxy:${ZAP_VERSION-2.11.1}
44
command: bash -c "zap.sh -cmd -addonupdate; zap.sh -cmd -autorun /zap/wrk/zap.yaml"
45
volumes:
46
- .:/zap/wrk
0 commit comments