From 9d3a75b4232f2b8a91ea08acee0f9f4060676565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:10:06 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.23.0 to 0.24.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/17ae1740179002c89186b61233e0f892c3118b11...e22c389904149dbc22b58101806040fa8d37a610) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-scan.yml b/.github/workflows/docker-scan.yml index 3ed6f05..074216f 100644 --- a/.github/workflows/docker-scan.yml +++ b/.github/workflows/docker-scan.yml @@ -81,7 +81,7 @@ jobs: fi - name: "Anchore Syft Scan" id: syft-scan - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 env: SYFT_EXCLUDE: ${{ env.DOCKER_WORKDIR }} with: