We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265082b commit 14c6353Copy full SHA for 14c6353
.github/workflows/trivy.yaml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Run Trivy vulnerability scanner
32
uses: aquasecurity/trivy-action@master
33
+ env:
34
+ TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
35
with:
36
image-ref: 'test/nfsplugin:latest-linux-amd64'
37
format: 'table'
0 commit comments