From 910ad7b7055eb8def51644ad3194806c520ae9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:27:09 +0000 Subject: [PATCH] chore: bump anchore/sbom-action from 0.17.6 to 0.17.7 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.6 to 0.17.7. - [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/251a468eed47e5082b105c3ba6ee500c0e65a764...fc46e51fd3cb168ffb36c6d1915723c47db58abb) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/container-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-scan.yaml b/.github/workflows/container-scan.yaml index b4b3f884b..516facc91 100644 --- a/.github/workflows/container-scan.yaml +++ b/.github/workflows/container-scan.yaml @@ -37,7 +37,7 @@ jobs: fail-build: true severity-cutoff: high - name: Generate SBOM - uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6 + uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7 with: image: pepr:dev upload-artifact: true