Skip to content

Commit

Permalink
chore(gh-actions-deps): update anchore/scan-action action to v4.1.2 i…
Browse files Browse the repository at this point in the history
…n all dependant reusable workflows (#53)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent dc14721 commit 5449f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-sbom-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5449f43

Please sign in to comment.