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 -```