-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
-r option fails with an permission issue #22
Comments
but how you can rename the file it's failing before that? |
The workaround is done without the |
thc202
added a commit
to thc202/action-api-scan
that referenced
this issue
Jun 6, 2024
Support any file not just the default reports (e.g. ZAP plan created by the baseline scan). Fix zaproxy#22. Signed-off-by: thc202 <thc202@gmail.com>
thc202
added a commit
to thc202/action-api-scan
that referenced
this issue
Jun 6, 2024
Support any file not just the default reports. Fix zaproxy#22. Signed-off-by: thc202 <thc202@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Issue
We recently updated our action from 0.1.0 to 0.3.1 and it stopped working.
Expected Behaviour
If we want to create the report_html.html file with a different name and therefore supply the option -r mySpecDefinition.html we would expect to create the report from the scan with the provided filename.
Steps to reproduce
given this step:
it fails with this error
Current Workaround
as a workaround we rename the file in a step but we would expect the action to do this out of the box by providing the -r option
The text was updated successfully, but these errors were encountered: