|
|
|
@ -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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
|
|
|
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: cache/db |
|
|
|
path: cache/db |
|
|
|
key: trivy-cache-${{ steps.date.outputs.date }} |
|
|
|
key: trivy-cache-${{ steps.date.outputs.date }} |
|
|
|
|