Skip to content

Commit

Permalink
chore(gh-actions-deps): update anchore/scan-action action to v5.2.0 i…
Browse files Browse the repository at this point in the history
…n all dependant reusable workflows
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent f4c8b32 commit b681ae8
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@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.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@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0
uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd # v5.2.0
with:
output-format: table
sbom: ${{ github.event.repository.name }}-sbom.spdx.json
Expand Down

0 comments on commit b681ae8

Please sign in to comment.