Skip to content
Snippets Groups Projects
Commit 0dbc9716 authored by Lars Seipel's avatar Lars Seipel
Browse files

build: fix cache key in trivydb creation workflow

Match the one used on cache restore.
parent 480dabc6
Branches
No related tags found
No related merge requests found
...@@ -36,4 +36,4 @@ jobs: ...@@ -36,4 +36,4 @@ jobs:
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with: with:
path: ${{ github.workspace }}/.cache/trivy path: ${{ github.workspace }}/.cache/trivy
key: cache-trivy-${{ steps.date.outputs.date }} key: trivy-cache-${{ steps.date.outputs.date }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment