Skip to content

Commit

Permalink
Add mirror of trivy db repository (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
milkrage authored Nov 18, 2024
1 parent b96177b commit 0ab3fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
TRIVY_severity: MEDIUM,HIGH
TRIVY_EXIT_CODE: 1
TRIVY_IGNOREFILE: .trivyignore.yml
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: trivy.sarif
Expand All @@ -76,4 +77,4 @@ jobs:
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-version-file: go.mod

0 comments on commit 0ab3fa7

Please sign in to comment.