Skip to content

Commit 421e906

Browse files
[deps]: Update anchore/scan-action action to v6
1 parent 225e6cf commit 421e906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-cli-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Scan Docker image
124124
id: container-scan
125-
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0
125+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
126126
with:
127127
image: ${{ steps.tag-list.outputs.primary_tag }}
128128
fail-build: false

.github/workflows/publish-bws.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Scan Docker image
207207
id: container-scan
208-
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0
208+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
209209
with:
210210
image: ${{ steps.tag-list.outputs.primary_tag }}
211211
fail-build: false

0 commit comments

Comments
 (0)