From 8b2410b8d4a6e32fb2f7798d721ce2e59d868857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:24:03 -0500 Subject: [PATCH] CP-24414: bump anchore/scan-action from 5 to 6 (#75) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5 to 6. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v5...v6) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-build.yml | 2 +- .github/workflows/scan-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index bc12a3e..728a9b9 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -116,7 +116,7 @@ jobs: REVISION=${{ env.REVISION }} TAG=${{ env.TAG }} - name: SECURITY - Grype Docker Image Scan - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: ${{ env.REGISTRY_LOCAL_ADDR }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} fail-build: true diff --git a/.github/workflows/scan-images.yml b/.github/workflows/scan-images.yml index e875098..10520c7 100644 --- a/.github/workflows/scan-images.yml +++ b/.github/workflows/scan-images.yml @@ -42,7 +42,7 @@ jobs: echo "Processing tag: ${{ env.REGISTRY }}:${{ matrix.tag }}" - name: Grype Image Scan - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 with: image: ${{ env.REGISTRY }}:${{ matrix.tag }} fail-build: true