Skip to content

Commit

Permalink
only-severities: "critical,high"
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Jul 15, 2024
1 parent 666d1c8 commit e0425eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
sarif-file: 'scout-results.sarif'
summary: true
exit-code: true
only-severities: "critical,high"

- name: Notify Slack on Build Failure
if: failure()
Expand Down Expand Up @@ -160,4 +161,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: security-report-scout
path: ./reports/summary.pdf
path: ./reports/summary.pdf

0 comments on commit e0425eb

Please sign in to comment.