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 24, 2022
1 parent 26f66c2 commit 1d86305
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
# This would fail due to time/date of SBOM generation in SBOM header
# Therefore ignore first 10 lines of file in comparison which is SBOM header
run: |
/bin/tail -n +10 sbom/cve_bin_tool.spdx > orig
/bin/cat sbom/cve-bin-tool.spdx
/bin/cat cve_bin_tool.spdx
/bin/tail -n +10 sbom/cve-bin-tool.spdx > orig
/bin/tail -n +10 cve_bin_tool.spdx > new
/bin/diff -q orig new

0 comments on commit 1d86305

Please sign in to comment.