Skip to content

Commit

Permalink
try to fall back to alternate trivy DB database, see aquasecurity/tri…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 22, 2024
1 parent 99c330a commit fa070ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zeek-build-push-latest-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
if: ${{ matrix.platform == 'linux/amd64' }}
id: trivy-scan
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
with:
scan-type: 'image'
scanners: 'vuln'
Expand Down

0 comments on commit fa070ac

Please sign in to comment.