From 9538a3ba7de92765ecb93abb0cb9b7c1ca439dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:18:33 +0000 Subject: [PATCH] github-actions(deps): bump anchore/sbom-action Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.2 to 0.17.4. - [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.4) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 cde5624b..1985f9f5 100644 --- a/security-actions/scan-docker-image/action.yml +++ b/security-actions/scan-docker-image/action.yml @@ -100,7 +100,7 @@ runs: # Must upload artifact for output file parameter to have effect - name: Generate SPDX SBOM Using Syft - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.4 id: sbom_spdx with: config: ${{ inputs.config }} @@ -116,7 +116,7 @@ runs: github-token: ${{ inputs.github-token }} - name: Generate CycloneDX SBOM Using Syft - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.4 id: sbom_cyclonedx with: config: ${{ inputs.config }}