Skip to content

Commit 604f9ca

Browse files
authored
Merge pull request #1674 from andyzhangx/fix-trivy2
test: fix trivy action
2 parents b22b084 + e698992 commit 604f9ca

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)