Skip to content

Commit

Permalink
chore: use kedacore cached trivy image (#6243)
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakjan authored Oct 16, 2024
1 parent 749cfa2 commit a9a7702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template-trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Run Trivy
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
env:
TRIVY_DB_REPOSITORY: ghcr.io/kedacore/trivy-db
with:
scan-type: ${{ inputs.scan-type }}
image-ref: ${{ inputs.image-ref }}
Expand Down

0 comments on commit a9a7702

Please sign in to comment.