fix(setup-db): remove secondary cache key
CI / Test Setup Trivy amd64 (pull_request) Successful in 9s
CI / Test Setup DB (pull_request) Successful in 16s
CI / Test Get Images From Files (pull_request) Successful in 15s
CI / Test Setup Trivy arm64 (pull_request) Successful in 36s

This commit is contained in:
2026-02-11 20:16:14 +01:00
parent a55babe9a1
commit 18ef826ae8
-1
View File
@@ -30,7 +30,6 @@ runs:
key: trivy-db-${{ steps.current-date.outputs.current-date }}
restore-keys: |
trivy-db-${{ steps.current-date.outputs.current-date }}
trivy-db-
- if: steps.restore-db.outputs.cache-hit != 'true'
shell: bash
run: trivy fs --download-db-only --cache-dir "${{ inputs.cache-dir }}"