From 9af8c79544a9327507a7277fa8915992102fa6e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:13:52 +0000 Subject: [PATCH] chore(gh-actions-deps): update anchore/scan-action action to v6 in all dependant reusable workflows (#280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2d0787e..f4d330f 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@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 + uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.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@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0 + uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0 with: output-format: table sbom: ${{ github.event.repository.name }}-sbom.spdx.json