Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into credit
Browse files Browse the repository at this point in the history
  • Loading branch information
louisinger committed Nov 15, 2024
2 parents e3b4fc0 + 963f5d8 commit a414514
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ark.trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
tags: ${{ github.repository }}:${{ github.sha }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
uses: aquasecurity/[email protected]
env:
# avoid GHCR rate limits, see https://github.com/aquasecurity/trivy-db/pull/440 and https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
image-ref: "${{ github.repository }}:${{ github.sha }}"
format: "table"
Expand Down

0 comments on commit a414514

Please sign in to comment.