We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdaa96 commit d3621d4Copy full SHA for d3621d4
1 file changed
.github/workflows/devsecops.yml
@@ -122,7 +122,7 @@ jobs:
122
run: |
123
mkdir -p zap-reports
124
chmod 777 zap-reports
125
- docker run -v $(pwd)/zap-reports:/zap/wrk/:rw -t owasp/zap2docker-stable zap-baseline-scan.py -t http://localhost:5000 -r report.html
+ docker run -v $(pwd)/zap-reports:/zap/wrk/:rw -t ghcr.io/zaproxy/zaproxy:stable zap-baseline-scan.py -t http://localhost:5000 -r report.html
126
127
128
- name: Upload ZAP Reports
0 commit comments