From c22062cf7c2a806e426cbedc98d365c8ef33e1f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:00:34 +0000 Subject: [PATCH] Bump anchore/sbom-action from 0.16.0 to 0.16.1 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/anchore-syft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchore-syft.yml b/.github/workflows/anchore-syft.yml index 2599917..d21c85e 100644 --- a/.github/workflows/anchore-syft.yml +++ b/.github/workflows/anchore-syft.yml @@ -34,7 +34,7 @@ jobs: run: docker build . --file Dockerfile --tag ams21/tor-relay:latest - name: Scan the image and upload dependency results - uses: anchore/sbom-action@v0.16.0 + uses: anchore/sbom-action@v0.16.1 with: image: "ams21/tor-relay:latest" artifact-name: image.spdx.json