fix(setup-db): remove secondary cache key (#36)
CD / Release (push) Successful in 11s

Reviewed-on: t.behrendt/trivy-actions#36
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #36.
This commit is contained in:
2026-02-11 20:17:52 +01:00
committed by t.behrendt
parent a55babe9a1
commit 2dec8f2e70
-1
View File
@@ -30,7 +30,6 @@ runs:
key: trivy-db-${{ steps.current-date.outputs.current-date }} key: trivy-db-${{ steps.current-date.outputs.current-date }}
restore-keys: | restore-keys: |
trivy-db-${{ steps.current-date.outputs.current-date }} trivy-db-${{ steps.current-date.outputs.current-date }}
trivy-db-
- if: steps.restore-db.outputs.cache-hit != 'true' - if: steps.restore-db.outputs.cache-hit != 'true'
shell: bash shell: bash
run: trivy fs --download-db-only --cache-dir "${{ inputs.cache-dir }}" run: trivy fs --download-db-only --cache-dir "${{ inputs.cache-dir }}"