Skip to content

Commit

Permalink
fix owasp zap image
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkelenkamp committed Apr 25, 2024
1 parent b1eac64 commit c733b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/zap/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# The web-zap.conf contains the exclusions that are marked as false positives.
zap:
container_name: zap
image: owasp/zap2docker-stable
image: ghcr.io/zaproxy/zaproxy
command: 'zap-full-scan.py -t http://nginx-weboc -j -g gen.conf -j -c /weboc-zap.conf -r report.html -x report.xml -J report.json'
volumes:
- ./weboc-zap.conf:/weboc-zap.conf:ro
Expand Down

0 comments on commit c733b9c

Please sign in to comment.