From 1f8c29f3fbebe2bc9f7c4637e0fe54df75effa8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:30:57 +0000 Subject: [PATCH] Bump docker/scout-action from 1.20.4 to 1.21.0 Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.20.4 to 1.21.0. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/bacf462e8d090c09660de30a6ccc718035f961e3...cd72f264beff1cd72735de31148b9d3244a0234a) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.21.0 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 5514ca17..e96fa7ed 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@bacf462e8d090c09660de30a6ccc718035f961e3 # v1.20.4 + uses: docker/scout-action@cd72f264beff1cd72735de31148b9d3244a0234a # v1.21.0 with: command: cves image: ${{ steps.meta.outputs.tags[0] }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a2fb40e..47f7b140 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@bacf462e8d090c09660de30a6ccc718035f961e3 # v1.20.4 + uses: docker/scout-action@cd72f264beff1cd72735de31148b9d3244a0234a # v1.21.0 with: command: cves image: ${{ steps.meta.outputs.tags[0] }}