Skip to content

Commit

Permalink
bug: rate limiting trivy db, try using the mirror source (#209)
Browse files Browse the repository at this point in the history
* bug: rate limiting trivy db, try multiple db sources

Signed-off-by: Sarah Funkhouser <[email protected]>

* just use the mirror?

Signed-off-by: Sarah Funkhouser <[email protected]>

---------

Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade authored Nov 15, 2024
1 parent c359760 commit 83202d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ env:
IMAGE_REPO: ghcr.io/theopenlane/${APP_NAME}
GCR_REPO: us-west1-docker.pkg.dev/neural-vista-433523-c1/openlane/openlane
IMAGE_TAG: ${BUILDKITE_BUILD_NUMBER}-${BUILDKITE_COMMIT:0:8}
SONAR_HOST: "https://sonarcloud.io"
SONAR_HOST: https://sonarcloud.io
# see https://github.com/aquasecurity/trivy/discussions/7668
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasecurity/trivy-db

steps:
- group: ":knife: Pre-check"
Expand Down

0 comments on commit 83202d8

Please sign in to comment.