Browse Source

[deps]: Update anchore/scan-action action to v4 (#165)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/163/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
8f6e99a4c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -93,7 +93,7 @@ jobs:
- name: Scan Docker image - name: Scan Docker image
id: container-scan id: container-scan
uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4 uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0
with: with:
image: ${{ steps.image-name.outputs.name }} image: ${{ steps.image-name.outputs.name }}
fail-build: false fail-build: false

Loading…
Cancel
Save