We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225e6cf commit 421e906Copy full SHA for 421e906
.github/workflows/build-cli-docker.yml
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Scan Docker image
124
id: container-scan
125
- uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0
+ uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
126
with:
127
image: ${{ steps.tag-list.outputs.primary_tag }}
128
fail-build: false
.github/workflows/publish-bws.yml
@@ -205,7 +205,7 @@ jobs:
205
206
207
208
209
210
211
0 commit comments