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 5612a4d commit 2868501Copy full SHA for 2868501
.github/workflows/docker.yml
@@ -70,7 +70,7 @@ jobs:
70
*.cache-from=type=gha
71
*.cache-to=type=gha,mode=max
72
73
- - uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7.2.1
+ - uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
74
id: scan
75
if: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
76
with:
0 commit comments