Skip to content

Commit

Permalink
Upgrade github/codeql-action/upload-sarif to v3.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Dec 23, 2024
1 parent bfee822 commit 631ea02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
severity: "CRITICAL,HIGH"
hide-progress: false
- name: Upload Scan to GitHub Security Tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: "trivy-results.sarif"
pass:
Expand All @@ -41,4 +41,4 @@ jobs:
steps:
- name: No-Op
if: ${{ false }}
run: "echo Pass"
run: "echo Pass"

0 comments on commit 631ea02

Please sign in to comment.