Browse Source

[deps]: Update anchore/scan-action action to v7

pull/230/head
renovate[bot] 2 months ago committed by GitHub
parent
commit
3e6092b921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -134,7 +134,7 @@ jobs: @@ -134,7 +134,7 @@ jobs:
- name: Scan Docker image
id: container-scan
uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
with:
image: ${{ steps.image-name.outputs.name }}
fail-build: false

Loading…
Cancel
Save