From 51b3654ac311ffb10e83036313efe6acdd386901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:33:20 +0000 Subject: [PATCH] build(deps): bump anchore/sbom-action from 0.17.2 to 0.17.6 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.6. - [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/v0.17.2...v0.17.6) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09a3caf..a8a08ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: sarif_file: ${{ steps.anchore.outputs.sarif }} - name: Analyze image with Syft💊 - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.6 with: syft-version: v1.15.0 image: ghcr.io/ammnt/freenginx:${{ env.APP_VERSION }}