Skip to content

Commit

Permalink
Merge pull request #186 from RoKrish14/main
Browse files Browse the repository at this point in the history
Chore: Update trivy.yml
  • Loading branch information
tomaszbarwicki authored Jul 2, 2024
2 parents d463679 + 254345e commit a5f77cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
output: "trivy-results.sarif"
severity: "CRITICAL,HIGH" # While vulnerabilities of all severities are reported in the SARIF output, the exit code and workflow failure are triggered only by these specified severities (CRITICAL or HIGH).
hide-progress: false
exit-code: "1"
limit-severities-for-sarif: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit a5f77cb

Please sign in to comment.