Skip to content

Commit 5de6b3e

Browse files
committed
test: fix trivy action
1 parent d08547d commit 5de6b3e

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