mirror of https://gitlab.com/bashrc2/epicyon
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 warrantymerge-requests/30/head
parent
b352a37eff
commit
bef2211b45
2
Makefile
2
Makefile
|
@ -3,8 +3,6 @@ VERSION=1.1.0
|
||||||
|
|
||||||
all:
|
all:
|
||||||
debug:
|
debug:
|
||||||
sbom:
|
|
||||||
scanoss-py scan . > sbom.json
|
|
||||||
source:
|
source:
|
||||||
rm -f *.*~ *~
|
rm -f *.*~ *~
|
||||||
rm -f ontology/*~
|
rm -f ontology/*~
|
||||||
|
|
10
README.md
10
README.md
|
@ -347,13 +347,3 @@ To run the network tests. These simulate instances exchanging messages.
|
||||||
``` bash
|
``` bash
|
||||||
python3 epicyon.py --testsnetwork
|
python3 epicyon.py --testsnetwork
|
||||||
```
|
```
|
||||||
|
|
||||||
## Software Bill of Materials
|
|
||||||
|
|
||||||
To update the software bill of materials:
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
sudo pip3 install scanoss
|
|
||||||
make clean
|
|
||||||
make sbom
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue