Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OWASP ZAP Docker Image - Pull access denied Fix #8

Open
Github-user191 opened this issue Aug 25, 2024 · 0 comments
Open

OWASP ZAP Docker Image - Pull access denied Fix #8

Github-user191 opened this issue Aug 25, 2024 · 0 comments

Comments

@Github-user191
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant