From 2787d6899839b64b38f355d651810966ddfd566e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:57:33 +0000 Subject: [PATCH] Bump docker/scout-action from 1.20.4 to 1.23.1 Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.20.4 to 1.23.1. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/bacf462e8d090c09660de30a6ccc718035f961e3...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/build_publish_image_autoinstrumentation.yaml | 2 +- .../workflows/build_publish_image_autoinstrumentation_beta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_publish_image_autoinstrumentation.yaml b/.github/workflows/build_publish_image_autoinstrumentation.yaml index 59e390737..d11b7e03d 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation.yaml @@ -85,7 +85,7 @@ jobs: - name: Analyze for critical and high CVEs - tagged image id: docker-scout-image-cves - uses: docker/scout-action@bacf462e8d090c09660de30a6ccc718035f961e3 + uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b with: command: cves image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }} diff --git a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml index 7f4fe0200..4c790dc8e 100644 --- a/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml +++ b/.github/workflows/build_publish_image_autoinstrumentation_beta.yaml @@ -85,7 +85,7 @@ jobs: - name: Analyze for critical and high CVEs - tagged image id: docker-scout-image-cves - uses: docker/scout-action@bacf462e8d090c09660de30a6ccc718035f961e3 + uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b with: command: cves image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}-beta