From 3bd719273b46cbade1992fdf929bda9da016bb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:58:18 +0000 Subject: [PATCH] Bump docker/scout-action from 1.23.1 to 1.24.0 Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.23.1 to 1.24.0. - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/2688993af7bafd6ba8c6a74ec652442be91dd82b...7c6b6c3f7844478ace1ffd4e7aef649053d1f87d) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.24.0 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 62225bb4e..a02ebc9ee 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@2688993af7bafd6ba8c6a74ec652442be91dd82b + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d 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 74f59c385..9408e922b 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@2688993af7bafd6ba8c6a74ec652442be91dd82b + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d with: command: cves image: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }}-beta