Skip to content

Commit fdf4e4c

Browse files
authored
Merge pull request #1684 from k8s-infra-cherrypick-robot/cherry-pick-1674-to-release-1.25
[release-1.25] test: fix trivy action
2 parents f937f55 + af55f9c commit fdf4e4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)