Skip to content

Commit

Permalink
Update CI to use Trivy v0.57.1
Browse files Browse the repository at this point in the history
This new version of Trivy supports multiple image registry fallbacks to handle
the increase GHCR rate limiting errors

Signed-off-by: Ivan Sim <[email protected]>
(cherry picked from commit 7993dda)
  • Loading branch information
ihcsim authored and bk201 committed Nov 22, 2024
1 parent 7092e1f commit 97068c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
run: curl -fsSO https://raw.githubusercontent.com/rancher/vexhub/refs/heads/main/reports/rancher.openvex.json

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
version: 'v0.57.1'
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
Expand Down

0 comments on commit 97068c3

Please sign in to comment.