You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting this issue, read up that ZAP has left OWASP so that OWASP image is no longer available under OWASP on dockerhub.
This is the error:
docker: Error response from daemon: pull access denied for owasp/zap2docker-weekly, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
I was getting this issue, read up that ZAP has left OWASP so that OWASP image is no longer available under OWASP on dockerhub.
This is the error:
docker: Error response from daemon: pull access denied for owasp/zap2docker-weekly, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
This is the new image I used
https://hub.docker.com/r/zaproxy/zap-weekly
And the updated command, only thing changed is the image.
docker run -v $(pwd):/zap/wrk/:rw -t zaproxy/zap-weekly zap-api-scan.py -t $applicationURL:$PORT/v3/api-docs -f openapi -c zap_rules -r zap_report.html
The text was updated successfully, but these errors were encountered: