From d5c5395a61e6dcf3514e81b440fbc18ee3073465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 22:44:15 +0000 Subject: [PATCH] Update anchore/sbom-action action to v0.13.0 --- .github/actions/install-tools/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-tools/action.yaml b/.github/actions/install-tools/action.yaml index e7b2ae284f..2e0cb500ba 100644 --- a/.github/actions/install-tools/action.yaml +++ b/.github/actions/install-tools/action.yaml @@ -6,7 +6,7 @@ runs: steps: - uses: sigstore/cosign-installer@v2.8.1 - - uses: anchore/sbom-action/download-syft@v0.12.0 + - uses: anchore/sbom-action/download-syft@v0.13.0 - run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin" shell: bash