We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ac2f7 commit a57aa46Copy full SHA for a57aa46
.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@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.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