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

results.json and filtered_results.json configuration does not work #25

Open
mikolajbrzezinski opened this issue Jul 5, 2024 · 0 comments

Comments

@mikolajbrzezinski
Copy link

Since results.json and filtered_results.json are hardcoded in the code of the Pipeline Action Scan, and code responsible for their respective parameters is commented out, they will always show up after a scan. This is contradictory to the description of the parameters, and the following parameters don't work because of this:

json_output
json_output_file
filtered_json_output_file

Issue nr 1:
When we simply add "json_output: false" the job crashes like this:
Unknown

Issue nr 2:
If we simply change the name with "json_output_file: somethingelse.json"
The action simply disregards this and still produces results.json and uploads it as a GitHub artifact, and somethingelse.json is nowhere to be found.

For now, the only way I found to obscure those files in to set summary_output_file: results.json to overwrite that file with the human readable summary file.

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

1 participant