diff --git a/.github/workflows/_reusable-sbom-scan.yml b/.github/workflows/_reusable-sbom-scan.yml index 78fa3543..8701f631 100644 --- a/.github/workflows/_reusable-sbom-scan.yml +++ b/.github/workflows/_reusable-sbom-scan.yml @@ -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@bc9adf64917dd9444d6cf4dd68620c34ca3a5f69 # v4.1.1 + uses: anchore/scan-action@64a33b277ea7a1215a3c142735a1091341939ff5 # v4.1.2 with: output-format: table sbom: ${{ github.event.repository.name }}-sbom.spdx.json