Skip to content

Commit 0930500

Browse files
committed
[CI] Update Trivy repositories
This commit is a workaround for the TOOMANYREQUESTS issue currently breaking Trivy scan workflow.
1 parent 5bb5e18 commit 0930500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trivy-scan.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333
env:
3434
LOCAL_REPOSITORY_PATH: ./build/publications/repos
35+
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db,aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
36+
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db,aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db
3537
steps:
3638
- uses: actions/checkout@v4
3739
- uses: spring-io/spring-gradle-build-action@v2

0 commit comments

Comments
 (0)