Skip to content

Commit a57aa46

Browse files
[deps]: Update anchore/scan-action action to v6
1 parent 63ac2f7 commit a57aa46

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@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.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@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
209209
with:
210210
image: ${{ steps.tag-list.outputs.primary_tag }}
211211
fail-build: false

0 commit comments

Comments
 (0)