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 306edef commit c821253Copy full SHA for c821253
.github/workflows/trivy-scan.yaml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Run Trivy vulnerability scanner
34
uses: aquasecurity/[email protected]
35
+ env:
36
+ TRIVY_DB_REPOSITORY: "ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db"
37
with:
38
image-ref: "${{ env.REPOSITORY_NAME }}:${{ github.sha }}"
39
format: "sarif"
@@ -41,4 +43,4 @@ jobs:
41
43
- name: Upload Trivy scan results to GitHub Security tab
42
44
uses: github/codeql-action/upload-sarif@v3
45
- sarif_file: "trivy-results.sarif"
46
+ sarif_file: "trivy-results.sarif"
0 commit comments