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 Scanner Azure pipeline extension not working anymore #48

Open
ravindraP20 opened this issue Apr 18, 2024 · 1 comment
Open

Comments

@ravindraP20
Copy link

Hello,

We have below task in Azure pipeline. referring here: https://marketplace.visualstudio.com/items?itemName=CSE-DevOps.zap-scanner&ssr=false#overview

    - task: owaspzap@1
      inputs:
        aggressivemode: true
        threshold: 200
        scantype: 'targetedScan'
        url: '$(PEN_Tests_Endpoint)'

We used to see the report till 11th April 2014. Now it is not working anymore. Below is the error log now.

Digest: sha256:3a7a99d13510e46716d1dc13b9f636f145408a4331cffa5d9296bebd9aea8681
Status: Downloaded newer image for owasp/zap2docker-stable:latest
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested
exec /zap/zap-full-scan.py: exec format error
##[error]ENOENT: no such file or directory, open '/home/vsts/work/1/s/owaspzap/report.json'

We came to know that ZAP Scanner docker images just moved away from OWASP.
Do you have any update on the new version or any alternative option?

Regards
Ravindra

@twartonick
Copy link

Hi,

the link takes you to why and my workaround.... basically ZAP moved to another group and the images went to their repo.

#47

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

2 participants