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.
1 parent 845bf7b commit bc48855Copy full SHA for bc48855
.github/workflows/trivy-scan.yml
@@ -40,7 +40,7 @@ jobs:
40
persist-credentials: false
41
42
- name: Cache Trivy DB
43
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
44
with:
45
path: .trivycache
46
key: trivy-${{ runner.os }}-${{ hashFiles('**/Dockerfile') }}
0 commit comments