Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov authored Nov 7, 2024
1 parent 62762cb commit 7134022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 # Addresses https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db # Addresses https://github.com/aquasecurity/trivy-action/issues/389
with:
image-ref: 'ghcr.io/geowerkstatt/interlis-check-service:${{ github.sha }}'
format: 'template'
Expand Down

0 comments on commit 7134022

Please sign in to comment.