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 }}"