mirror of https://gitlab.com/bashrc2/epicyon
Software bill of materials
parent
c7b6705e7d
commit
5b4a7c7eb5
2
Makefile
2
Makefile
|
@ -3,6 +3,8 @@ 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/*~
|
||||||
|
|
|
@ -311,3 +311,12 @@ 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 sbom
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue