Skip to content

Commit c2e0ccd

Browse files
authored
Merge pull request ActiveState#3565 from ActiveState/DX-3141
Add fallback db for trivy
2 parents 1c7e526 + 2f9f352 commit c2e0ccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ jobs:
411411

412412
- name: Scan for CVEs
413413
if: runner.os == 'Linux'
414-
uses: aquasecurity/[email protected]
414+
uses: aquasecurity/[email protected]
415+
env:
416+
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
415417
with:
416418
scan-type: rootfs
417419
scan-ref: build

0 commit comments

Comments
 (0)