Skip to content

Commit 3857237

Browse files
deps(github): bump anchore/scan-action from 6.0.0 to 6.1.0 (#3352)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniil Fedotov <[email protected]>
1 parent 4000634 commit 3857237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images-vulnerability-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Printing Image Path
4747
run: echo "image_path=${{env.image_registry}}/${{matrix.images}}:${{env.image_tag}}" >> "$GITHUB_ENV"
4848
- name: Running vulnerability scanner
49-
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
49+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
5050
id: vulnerability-scanning
5151
with:
5252
image: ${{env.image_path}}

0 commit comments

Comments
 (0)