From bef2211b451cf313e061ed552f95f47516ea75b9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 6 Sep 2023 20:32:31 +0100 Subject: [PATCH] Retire the SBOM It's true. Unless there is a formal contract in place other than the license, I am not your 'supplier' The license itself says no warranty --- Makefile | 2 -- README.md | 10 ---------- 2 files changed, 12 deletions(-) diff --git a/Makefile b/Makefile index 6b3fdf735..f3814f121 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,6 @@ VERSION=1.1.0 all: debug: -sbom: - scanoss-py scan . > sbom.json source: rm -f *.*~ *~ rm -f ontology/*~ diff --git a/README.md b/README.md index b41716abe..20e34d233 100644 --- a/README.md +++ b/README.md @@ -347,13 +347,3 @@ To run the network tests. These simulate instances exchanging messages. ``` bash python3 epicyon.py --testsnetwork ``` - -## Software Bill of Materials - -To update the software bill of materials: - -``` bash -sudo pip3 install scanoss -make clean -make sbom -```