Skip to content

Commit

Permalink
Add trivy db mirror. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
blkt authored Nov 8, 2024
1 parent fe06304 commit 1f7263c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
scan-type: 'fs'
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true
ignore-unfixed: true
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
TRIVY_USERNAME: ${{ github.actor }}
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f7263c

Please sign in to comment.