From 4f00806ce05a2a421af602ec096f30ee0de97813 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 18:22:29 +0000 Subject: [PATCH] [deps]: Update anchore/scan-action action to v6 --- .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 8dfb3fac2..b03a31df9 100644 --- a/.github/workflows/build-cli-docker.yml +++ b/.github/workflows/build-cli-docker.yml @@ -122,7 +122,7 @@ jobs: - name: Scan Docker image id: container-scan - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 + uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.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 581e83211..817f8a65c 100644 --- a/.github/workflows/publish-bws.yml +++ b/.github/workflows/publish-bws.yml @@ -205,7 +205,7 @@ jobs: - name: Scan Docker image id: container-scan - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 + uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0 with: image: ${{ steps.tag-list.outputs.primary_tag }} fail-build: false