Skip to content

Commit

Permalink
fix: comma syntax not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Nov 8, 2024
1 parent d12388f commit 6929cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Vulnerability-Scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db # alternate: aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db # alternate: aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db

jobs:
test-vulnerabilities:
Expand Down

0 comments on commit 6929cc2

Please sign in to comment.