We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fe2ba commit c787327Copy full SHA for c787327
.github/workflows/grype.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build the Container image
36
run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }}
37
38
- - uses: anchore/scan-action@v5
+ - uses: anchore/scan-action@v6
39
continue-on-error: true
40
id: scan
41
with:
0 commit comments