From b6ddbd177de358c8e6f43519e5316e5819fe7773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 03:03:08 +0000 Subject: [PATCH] [deps]: Update anchore/scan-action action to v7 --- .github/workflows/build-cli-docker.yml | 2 +- .github/workflows/publish-bws.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cli-docker.yml b/.github/workflows/build-cli-docker.yml index ffffcb6ca..385e625dd 100644 --- a/.github/workflows/build-cli-docker.yml +++ b/.github/workflows/build-cli-docker.yml @@ -118,7 +118,7 @@ jobs: - name: Scan Docker image id: container-scan - uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0 + uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0 with: image: ${{ steps.tag-list.outputs.primary_tag }} fail-build: false diff --git a/.github/workflows/publish-bws.yml b/.github/workflows/publish-bws.yml index 18df3bdfc..a37ee4d99 100644 --- a/.github/workflows/publish-bws.yml +++ b/.github/workflows/publish-bws.yml @@ -230,7 +230,7 @@ jobs: - name: Scan Docker image id: container-scan - uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0 + uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0 with: image: ${{ steps.tag-list.outputs.primary_tag }} fail-build: false