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 6c822dc commit ffe8e71Copy full SHA for ffe8e71
.github/workflows/scan-image-grype.yml
@@ -120,7 +120,7 @@ jobs:
120
} >> "$GITHUB_OUTPUT"
121
122
- name: Scan image with Grype
123
- uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c
+ uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3
124
id: scan
125
continue-on-error: true # Allow workflow to continue even if scan fails
126
with:
0 commit comments