Skip to content

Commit

Permalink
use more recent gh action step for sarif upload
Browse files Browse the repository at this point in the history
  • Loading branch information
schultyy committed Mar 18, 2024
1 parent 0d9dae3 commit c1f792b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
output: 'trivy-results.sarif'
severity: 'CRITICAL'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
sarif_file: 'trivy-results.sarif'

0 comments on commit c1f792b

Please sign in to comment.