Skip to content

Commit 4c62c55

Browse files
authored
Merge pull request #11 from 0GiS0/dependabot/github_actions/anchore/scan-action-6
Bump anchore/scan-action from 5 to 6
2 parents 22fe2ba + c787327 commit 4c62c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grype.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build the Container image
3636
run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }}
3737

38-
- uses: anchore/scan-action@v5
38+
- uses: anchore/scan-action@v6
3939
continue-on-error: true
4040
id: scan
4141
with:

0 commit comments

Comments
 (0)