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 e6c986f commit c20d8b6Copy full SHA for c20d8b6
.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@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8
+ uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993
124
id: scan
125
continue-on-error: true # Allow workflow to continue even if scan fails
126
with:
0 commit comments