Skip to content

Commit

Permalink
fix: adjust trivy db source to public ecr mirror (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman authored Oct 27, 2024
1 parent fe3f39f commit 9f3e838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
trivy image --format table --exit-code 1 \
--ignore-unfixed --vuln-type os,library \
--scanners vuln --severity CRITICAL,HIGH \
--timeout 10m0s alpine/terragrunt
--timeout 10m0s alpine/terragrunt \
--db-repository public.ecr.aws/aquasecurity/trivy-db
workflows:
build:
Expand Down

0 comments on commit 9f3e838

Please sign in to comment.