Skip to content

Commit

Permalink
Merge pull request #847 from Deltares/owasp-scan
Browse files Browse the repository at this point in the history
fix owasp zap image
  • Loading branch information
ekkelenkamp authored Apr 25, 2024
2 parents b1eac64 + c733b9c commit 820d558
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 820d558

Please sign in to comment.