Browse Source

[deps]: Update anchore/scan-action action to v7 (#413)

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

2
.github/workflows/build-unified.yml

@ -227,7 +227,7 @@ jobs: @@ -227,7 +227,7 @@ jobs:
- name: Scan Docker image
id: container-scan
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
with:
image: ${{ steps.tag-list.outputs.primary_tag }}
fail-build: false

Loading…
Cancel
Save