Skip to content

Commit

Permalink
Merge pull request #3565 from ActiveState/DX-3141
Browse files Browse the repository at this point in the history
Add fallback db for trivy
  • Loading branch information
Naatan authored Oct 28, 2024
2 parents 1c7e526 + 2f9f352 commit c2e0ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ jobs:

- name: Scan for CVEs
if: runner.os == 'Linux'
uses: aquasecurity/[email protected]
uses: aquasecurity/[email protected]
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
with:
scan-type: rootfs
scan-ref: build
Expand Down

0 comments on commit c2e0ccd

Please sign in to comment.