kasunkv / owasp-zap-vsts-task

Visual Studio Team Services build/release task for running OWASP ZAP automated security tests
MIT License
30 stars 11 forks source link

Allow report generation without running a scan #46

Open insideou7 opened 4 years ago

insideou7 commented 4 years ago

Currently you have to have at least 1 successful scan to generate a report. Since the scan results are saved on the Zap URL, you technically do not need to re-scan the app if you want to generate multiple reports. In my use case I need to output a user-friendly HTML report, but also a parsable JSON report (implemented in another PR) for another batch job to run analytics on.

This PR will enable users to run the Zap task without scanning a URL and still generate a report.