Skip to content

Commit

Permalink
build(trivy): use ECR repository
Browse files Browse the repository at this point in the history
* ghcr.io is getting constant rate limits
  • Loading branch information
akosveres committed Nov 11, 2024
1 parent 96bb2e4 commit d34f8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
uses: aquasecurity/trivy-action@0.28.0
env:
IMAGE: ${{ steps.docker_meta.outputs.tags }}
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
with:
image-ref: ${{ env.IMAGE }}
format: "table"
Expand Down

0 comments on commit d34f8b8

Please sign in to comment.