From a9a7702d1186ad3630df9ca1334f43d8ac4d971e Mon Sep 17 00:00:00 2001 From: Jan Wozniak Date: Wed, 16 Oct 2024 10:46:31 +0200 Subject: [PATCH] chore: use kedacore cached trivy image (#6243) --- .github/workflows/template-trivy-scan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template-trivy-scan.yml b/.github/workflows/template-trivy-scan.yml index 5c437004855..0e7cb95841d 100644 --- a/.github/workflows/template-trivy-scan.yml +++ b/.github/workflows/template-trivy-scan.yml @@ -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 }}