Skip to content

Commit

Permalink
chore(gh-actions-deps): update anchore/scan-action action to v6 in al…
Browse files Browse the repository at this point in the history
…l dependant reusable workflows (#280)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 33dfd3a commit 9af8c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-sbom-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ 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
fail-build: true
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
Expand Down

0 comments on commit 9af8c79

Please sign in to comment.