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 03f7afa commit 1d61ef4Copy full SHA for 1d61ef4
.github/actions/scan-image/action.yml
@@ -59,7 +59,7 @@ runs:
59
} >> "$GITHUB_OUTPUT"
60
61
- name: Scan image with Grype
62
- uses: anchore/scan-action@v6
+ uses: anchore/scan-action@v7
63
id: scan
64
continue-on-error: ${{ inputs.fail-build != 'true' }}
65
with:
0 commit comments