Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 29, 2024
1 parent bc6a887 commit edacabc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/sbom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ runs:
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
fail-build: false
output-format: sarif
severity-cutoff: medium
only-fixed: true
add-cpes-if-none: false
by-cve: false
# severity-cutoff: medium
# only-fixed: true
# add-cpes-if-none: false
# by-cve: false

- name: "Copy SBOM to sarif (public Repo)"
if: |-
Expand All @@ -56,7 +56,7 @@ runs:
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
fail-build: false
output-format: table
severity-cutoff: medium
only-fixed: true
add-cpes-if-none: false
by-cve: false
# severity-cutoff: medium
# only-fixed: true
# add-cpes-if-none: false
# by-cve: false

0 comments on commit edacabc

Please sign in to comment.