Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#63 from hairyhum/trivy-repo
Browse files Browse the repository at this point in the history
test: Set trivy repository to avoid rate limiting
  • Loading branch information
k8s-ci-robot authored Nov 7, 2024
2 parents 3e3d3c3 + b514ade commit 5d7fa9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Run Trivy vulnerability scanner on csi-snapshot-metadata image
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
with:
image-ref: 'test/csi-snapshot-metadata:latest'
format: 'table'
Expand Down

0 comments on commit 5d7fa9f

Please sign in to comment.