We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5428f commit f8151deCopy full SHA for f8151de
1 file changed
.github/workflows/container-scan.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Run Trivy
26
uses: aquasecurity/trivy-action@master
27
+ env:
28
+ TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
29
with:
30
scan-type: image
31
image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}'
0 commit comments