Browse Source

[deps]: Update anchore/scan-action action to v5 (#185)

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

2
.github/workflows/build.yml

@ -94,7 +94,7 @@ jobs:
- name: Scan Docker image - name: Scan Docker image
id: container-scan id: container-scan
uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2 uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1
with: with:
image: ${{ steps.image-name.outputs.name }} image: ${{ steps.image-name.outputs.name }}
fail-build: false fail-build: false

Loading…
Cancel
Save