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
main
Bob Mottram 2023-09-06 20:32:31 +01:00
parent b352a37eff
commit bef2211b45
2 changed files with 0 additions and 12 deletions

View File

@ -3,8 +3,6 @@ VERSION=1.1.0
all:
debug:
sbom:
scanoss-py scan . > sbom.json
source:
rm -f *.*~ *~
rm -f ontology/*~

View File

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