From 5c25d4495f7d8ea745c1886666c2fd9fd7b7e87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:53:06 +0000 Subject: [PATCH] github-actions(deps): bump anchore/sbom-action Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.3 to 0.15.3. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/v0.14.3...v0.15.3) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- security-actions/scan-docker-image/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security-actions/scan-docker-image/action.yml b/security-actions/scan-docker-image/action.yml index 7aae0888..6feeef8d 100644 --- a/security-actions/scan-docker-image/action.yml +++ b/security-actions/scan-docker-image/action.yml @@ -71,7 +71,7 @@ runs: # Must upload artifact for output file parameter to have effect - name: Generate SPDX SBOM Using Syft - uses: anchore/sbom-action@v0.14.3 + uses: anchore/sbom-action@v0.15.3 id: sbom_spdx with: image: ${{ steps.meta.outputs.scan_image }} @@ -87,7 +87,7 @@ runs: dependency-snapshot: false - name: Generate CycloneDX SBOM Using Syft - uses: anchore/sbom-action@v0.14.3 + uses: anchore/sbom-action@v0.15.3 id: sbom_cyclonedx with: image: ${{ steps.meta.outputs.scan_image }}