Skip to content

Commit

Permalink
Merge branch 'master' into davjlee/feature/gator-verify-expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazh authored Nov 14, 2024
2 parents 9103f81 + 044bc89 commit 996608e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scan-vulns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
env:
TRIVY_VERSION: "0.57.0"

- name: Download trivy db
run: |
trivy image \
--download-db-only \
--db-repository=ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db,docker.io/aquasec/trivy-db
- name: Run trivy on git repository
run: |
trivy fs --format table --ignore-unfixed --skip-dirs website --scanners vuln .
Expand Down

0 comments on commit 996608e

Please sign in to comment.