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

Allow report generation without running a scan #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

insideou7
Copy link
Contributor

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.

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

Successfully merging this pull request may close these issues.

None yet

1 participant