We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The -x flag does not seem to work when used as is.
-x
Here is the basic config I'm using:
- name: OWASP ZAP uses: zaproxy/action-baseline@v0.7.0 with: target: "http://localhost:3000" fail_action: false cmd_options: "-x report_xml.xml"
Here is the error:
Automation plan failures: Job report failed to generate report: /zap/wrk/report_xml.xml
Workaround: Noticed that .json, .html, and .md files are automatically created prior to the scan.
.json
.html
.md
- name: Create XML placeholder file run: | touch report_xml.xml chmod a+w report_xml.xml
This works with the -x flag but it means I have to manually upload the .xml as a separate artifact.
The text was updated successfully, but these errors were encountered:
Closing with the change done in #124.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
-x
flag does not seem to work when used as is.Here is the basic config I'm using:
Here is the error:
Workaround:
Noticed that
.json
,.html
, and.md
files are automatically created prior to the scan.This works with the
-x
flag but it means I have to manually upload the .xml as a separate artifact.The text was updated successfully, but these errors were encountered: