From 3b37c4181dde63e724092b805fe15cb03510609c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 03:00:37 +0000 Subject: [PATCH] build(deps): update anchore/sbom-action action to v0.14.2 (#9667) Signed-off-by: Renovate Bot Co-authored-by: Renovate Bot --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e65c9655b..c56fd39bbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -312,7 +312,7 @@ jobs: matrix: ${{ fromJson(needs.prepare.outputs.BUILD_MATRIX) }} steps: - name: Generate SBOM - uses: anchore/sbom-action@v0.14.1 + uses: anchore/sbom-action@v0.14.2 with: image: ghcr.keptn.sh/keptn/${{ matrix.config.artifact }}:${{ needs.release-please.outputs.tag_name }} artifact-name: sbom-${{ matrix.config.artifact }}-${{ needs.release-please.outputs.tag_name }}