From b681ae80699cef90573d9e5811c4d45270c0ee03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:59:07 +0000 Subject: [PATCH] chore(gh-actions-deps): update anchore/scan-action action to v5.2.0 in all dependant reusable workflows --- .github/workflows/_reusable-sbom-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_reusable-sbom-scan.yml b/.github/workflows/_reusable-sbom-scan.yml index 6b98ef8..f269909 100644 --- a/.github/workflows/_reusable-sbom-scan.yml +++ b/.github/workflows/_reusable-sbom-scan.yml @@ -29,7 +29,7 @@ jobs: with: subject-path: ${{ github.event.repository.name }}-sbom.spdx.json - name: Scan SBOM - uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 + uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 id: scan with: sbom: ${{ github.event.repository.name }}-sbom.spdx.json @@ -37,7 +37,7 @@ jobs: severity-cutoff: low - name: Scan SBOM (print results to console) if: ${{ always() && contains(fromJSON('["success", "failure"]'), steps.scan.outcome) }} - uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 + uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0 with: output-format: table sbom: ${{ github.event.repository.name }}-sbom.spdx.json