From 67a007857402e1345d07b216cb986d6b69f4b533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:53:18 +0000 Subject: [PATCH] Bump docker/scout-action from 1.21.0 to 1.23.1 Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.21.0 to 1.23.1. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/cd72f264beff1cd72735de31148b9d3244a0234a...2688993af7bafd6ba8c6a74ec652442be91dd82b) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1e08d150..6dfacb4b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -548,7 +548,7 @@ jobs: password: ${{ secrets.ENOPS5919_DOCKER_SCOUT_CI_PAT }} - name: Analyze for critical and high CVEs -> linux/amd64 - uses: docker/scout-action@cd72f264beff1cd72735de31148b9d3244a0234a # v1.21.0 + uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1 with: command: cves image: ${{ steps.meta.outputs.tags[0] }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7751d6f9..ab7b6d6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -417,7 +417,7 @@ jobs: password: ${{ secrets.ENOPS5919_DOCKER_SCOUT_CI_PAT }} - name: Analyze for critical and high CVEs -> linux/amd64 - uses: docker/scout-action@cd72f264beff1cd72735de31148b9d3244a0234a # v1.21.0 + uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1 with: command: cves image: ${{ steps.meta.outputs.tags[0] }}