Skip to content

Commit af55f9c

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
test: fix trivy action
1 parent f937f55 commit af55f9c

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)