Software bill of materials

main
Bob Mottram 2022-06-05 17:21:43 +01:00
parent c7b6705e7d
commit 5b4a7c7eb5
3 changed files with 6237 additions and 0 deletions

View File

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

View File

@ -311,3 +311,12 @@ 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 sbom
```

6226
sbom.json 100644

File diff suppressed because it is too large Load Diff