Skip to content

Commit 71300f9

Browse files
authored
Merge pull request #463 from andyzhangx/fix-trivy2
test: fix trivy action
2 parents d08547d + 5de6b3e commit 71300f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trivy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
2727
- name: Run Trivy vulnerability scanner
2828
uses: aquasecurity/trivy-action@master
29+
env:
30+
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
2931
with:
3032
image-ref: 'test/local-volume-provisioner:latest_linux_amd64'
3133
format: 'table'

0 commit comments

Comments
 (0)