Skip to content

Commit

Permalink
feat: SBOM management (Fixes intel#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyharrison committed Aug 26, 2022
1 parent a804652 commit 4c73216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: |
/bin/tail -n +10 sbom/cve-bin-tool.spdx > orig
/bin/tail -n +10 cve-bin-tool.spdx > new
/bin/diff orig new
- name: Display generated SBOM as difference detected
/bin/diff -b orig new
- name: Display generated SBOM if difference detected
if: ${{ failure() }}
run: |
/bin/cat cve-bin-tool.spdx
Expand Down

0 comments on commit 4c73216

Please sign in to comment.