Skip to content

Commit

Permalink
upgraded codeql upload action to v3 according to new deprecation noti…
Browse files Browse the repository at this point in the history
…ce for v2 lol
  • Loading branch information
joreiche committed Feb 1, 2024
1 parent b6bb2fb commit f03ea81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
run: docker build . --file Dockerfile.local --tag localbuild/testimage:latest
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@v3
with:
image-reference: "localbuild/testimage:latest"
dockerfile-path: "Dockerfile"
acs-report-enable: true
- name: Upload Anchore Scan Report
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit f03ea81

Please sign in to comment.