feat: add setup-trivy #1

Merged
t.behrendt merged 8 commits from feat-add-setup-trivy into main 2025-09-25 19:24:18 +02:00
Showing only changes of commit d25757b337 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ runs:
uses: actions/cache@v4
with:
path: /usr/local/bin/trivy
key: trivy-${{ inputs.version }}-${{ inputs.architecture }}-${{ hashFiles('**/action.yml') }}
key: trivy-${{ inputs.version }}-${{ inputs.architecture }}
restore-keys: |
trivy-${{ inputs.version }}-${{ inputs.architecture }}-
trivy-${{ inputs.version }}-