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 bb70bf4 commit c34fd6fCopy full SHA for c34fd6f
.github/workflows/security-scanners.yaml
@@ -15,6 +15,8 @@ jobs:
15
- uses: "actions/checkout@v4"
16
- name: "Run Trivy vulnerability scanner in fs mode"
17
uses: "aquasecurity/trivy-action@master"
18
+ env:
19
+ TRIVY_DB_REPOSITORY: "ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db"
20
with:
21
scan-type: "fs"
22
scan-ref: "."
0 commit comments