-
Notifications
You must be signed in to change notification settings - Fork 9
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
Option to opt-out from SARIF Report Upload #10
Comments
Sounds like a reasonable suggestion. Could you elaborate on how you would envision the opt-out to function? |
I was thinking of adding a fifth option to (either enum or bool) to denote the target as |
Actually, I was referring if you would expect to configure this via an additional input (like |
@Akaame I implemented your request, could you please give it a try. It's available under branch Here is an example configuration (I used that to verify): Code-Scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Scan for Vulnerabilities in Code
uses: Templum/govulncheck-action@feature/10
with:
skip-upload: true
- name: Upload Sarif Report
uses: actions/upload-artifact@v3
with:
name: sarif-report
path: govulncheck-report.sarif |
@Akaame did you get already a chance to test it out ? |
@Akaame I will let the issue open for another 3 Days, then the pr will be merged and issue closed. In case I hear not back |
Seems perfect. Thanks for the effort 👍 |
@Akaame glad that it works for you 👍 |
Was released in v0.0.6 |
Hello,
I have included this to my CI pipelines and have encountered the following error:
Would it be possible to add an option to add the SARIF report to step outputs and opt-out from uploading the report?
The text was updated successfully, but these errors were encountered: