From 1387a5154beed9c4ceb672adc5780dd278c40c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:10:03 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.11.0 to 0.17.9 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.11.0 to 0.17.9. - [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/bb716408e75840bbb01e839347cd213767269d4a...df80a981bc6edbc4e220a492d3cbe9f5547a6e75) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 1abab3f..e6aee63 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -37,7 +37,7 @@ jobs: - name: Build the Docker image run: docker build . --file Dockerfile --tag localbuild/testimage:latest - name: Scan the image and upload dependency results - uses: anchore/sbom-action@bb716408e75840bbb01e839347cd213767269d4a + uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 with: image: "localbuild/testimage:latest" artifact-name: image.spdx.json