Skip to content

Commit

Permalink
fix: add alternate trivy db sources
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Nov 8, 2024
1 parent 6de309f commit d12388f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Vulnerability-Scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ env:
TEST_IMAGE_NAME: 'test-img'
TEST_IMAGE_TAG: 'test'
SKOPEO_IMAGE: 'quay.io/skopeo/stable:v1.15.1'
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db,aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db

jobs:
test-vulnerabilities:
Expand Down

0 comments on commit d12388f

Please sign in to comment.