Skip to content

Commit

Permalink
fix: update trivy analysis due to depracation of trivy v1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bcgov committed Sep 10, 2024
1 parent b2b7b60 commit 120eee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Set up JDK build environment
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 8

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

#Upload results to the Github security tab.
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
if: always()
with:
sarif_file: trivy-results.sarif

0 comments on commit 120eee1

Please sign in to comment.