Skip to content

Commit a24eaf1

Browse files
authored
Merge pull request #1675 from k8s-infra-cherrypick-robot/cherry-pick-1674-to-release-1.24
[release-1.24] test: fix trivy action
2 parents 4d01a2a + bb9e398 commit a24eaf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/trivy.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
2929
- name: Run Trivy vulnerability scanner
3030
uses: aquasecurity/trivy-action@master
31+
env:
32+
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
3133
with:
3234
image-ref: 'test/blob-csi:latest'
3335
format: 'table'

0 commit comments

Comments
 (0)