Skip to content

Commit fa070ac

Browse files
committed
try to fall back to alternate trivy DB database, see aquasecurity/trivy-action#389
1 parent 99c330a commit fa070ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zeek-build-push-latest-ghcr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
if: ${{ matrix.platform == 'linux/amd64' }}
116116
id: trivy-scan
117117
uses: aquasecurity/trivy-action@master
118+
env:
119+
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
118120
with:
119121
scan-type: 'image'
120122
scanners: 'vuln'

0 commit comments

Comments
 (0)