Skip to content

Commit

Permalink
- Move to only public ecr for trivy as there ratelimits are higher
Browse files Browse the repository at this point in the history
Signed-off-by: Shailesh Pant <[email protected]>
  • Loading branch information
ishaileshpant committed Nov 13, 2024
1 parent 0e16aff commit 74b6884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
--ignore-unfixed \
--vuln-type os,library \
--severity CRITICAL,HIGH,MEDIUM,LOW \
--db-repository 'ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db' \
--db-repository 'public.ecr.aws/aquasecurity/trivy-db' \
.
- name: Upload Code Vulnerability Scan Results
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
--ignore-unfixed \
--vuln-type os,library \
--severity CRITICAL,HIGH,MEDIUM,LOW \
--db-repository 'ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db' \
--db-repository 'public.ecr.aws/aquasecurity/trivy-db' \
.
- name: Upload Code Vulnerability Scan Results
Expand Down

0 comments on commit 74b6884

Please sign in to comment.