Skip to content

Commit

Permalink
ci: customize TRIVY_DB_REPOSITORY due to rate-limits on github
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Oct 31, 2024
1 parent ef4905f commit 3479e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
HARBOR_REPO: "kube-image-keeper/kube-image-keeper"
GHCR_IMAGE: "ghcr.io/enix/kube-image-keeper"
QUAY_IMAGE: "quay.io/enix/kube-image-keeper"
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 3479e7a

Please sign in to comment.