Skip to content

OWASP ZAP Docker Image - Pull access denied Fix #8

Description

@Github-user191

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions