kodekloudhub / devsecops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWASP ZAP Docker Image - Pull access denied Fix

Github-user191 opened this issue · comments

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