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 51b7752 commit acdb8b8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/actions/sbom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ 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
only-fixed: true
add-cpes-if-none: false
by-cve: false

- name: "Copy SBOM to sarif (public Repo)"
if: |-
Expand All @@ -56,7 +55,6 @@ 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
only-fixed: true
add-cpes-if-none: false
by-cve: false

0 comments on commit acdb8b8

Please sign in to comment.