From 2dec8f2e703a847bf7de1f521d73425e8f969a02 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Wed, 11 Feb 2026 20:17:52 +0100 Subject: [PATCH] fix(setup-db): remove secondary cache key (#36) Reviewed-on: https://gitea.t000-n.de/t.behrendt/trivy-actions/pulls/36 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- setup-db/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/setup-db/action.yaml b/setup-db/action.yaml index 4f52ad9..889f3bd 100644 --- a/setup-db/action.yaml +++ b/setup-db/action.yaml @@ -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 }}"