Skip to content

Commit

Permalink
update version of trivy-upload-results
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Jul 11, 2024
1 parent 75e9632 commit 4a51939
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trivy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ runs:
repository: Consensys/docs-gha
path: .docs-gha

# 0.23.0
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
with:
scan-type: 'fs'
ignore-unfixed: true
Expand All @@ -27,6 +28,6 @@ runs:
severity: 'CRITICAL'

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

0 comments on commit 4a51939

Please sign in to comment.