Skip to content

Commit

Permalink
ci: switch to AWS ECR images for trivy DBs
Browse files Browse the repository at this point in the history
This hopefully decreases the number of TOOMANYREQUESTS failures.

Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Nov 6, 2024
1 parent de7242d commit 64fd5e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/axosyslog-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ jobs:
format: 'table'
exit-code: '1'
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:1

0 comments on commit 64fd5e8

Please sign in to comment.