From 13f56130ca96e64ece1591244b2b287dc9648a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 14:55:18 +0000 Subject: [PATCH] chore(deps): bump anchore/scan-action from 3 to 7 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 7. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/scan-action/compare/v3...v7) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 6594083..18be609 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -131,7 +131,7 @@ jobs: output-file: ./sbom.spdx.json - name: Scan SBOM - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v7 id: scan with: sbom: sbom.spdx.json