We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e78ce3 + 92603f5 commit f72081bCopy full SHA for f72081b
.github/workflows/run_trivy.yml
@@ -28,7 +28,7 @@ jobs:
28
sha=$(gh api -H "${headers}" "${endpoint}" | jq --raw-output "${jqFilter}")
29
echo "Trivy DB sha256:${sha}"
30
echo "::set-output name=sha::${sha}"
31
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
32
with:
33
path: .trivy
34
key: ${{ runner.os }}-trivy-db-${{ steps.trivy-db.outputs.sha }}
0 commit comments