|
|
|
@ -198,7 +198,7 @@ jobs: |
|
|
|
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT |
|
|
|
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT |
|
|
|
|
|
|
|
|
|
|
|
- name: Restore trivy cache |
|
|
|
- name: Restore trivy cache |
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 |
|
|
|
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: cache/db |
|
|
|
path: cache/db |
|
|
|
key: trivy-cache-${{ steps.date.outputs.date }} |
|
|
|
key: trivy-cache-${{ steps.date.outputs.date }} |
|
|
|
|