Skip to content

Commit

Permalink
ci: customize TRIVY_DB_REPOSITORY due to rate-limits on github in all…
Browse files Browse the repository at this point in the history
… jobs
  • Loading branch information
donch committed Nov 29, 2024
1 parent 5a09b13 commit d1155e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
actions: read
contents: read
runs-on: ubuntu-22.04
env:
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d1155e7

Please sign in to comment.