fix(setup-db): remove secondary cache key #36

Merged
t.behrendt merged 1 commits from fix-setup-db-remove-secondaty-cache-key into main 2026-02-11 20:17:52 +01:00
-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 }}"