cySBOM Documentation
Documentation for the automated SBOM generator for data science, machine learning, artificial intelligence, and software development production projects. cySBOM was designed with a lightweight framework that allows for rapid SBOM generation in large scale enterprise developments with no effort.
Getting Started
Each function can be examined more closely with ?create_cySBOM
, ?create_CycloneDX_json
, or any other base cySBOM functions.
Installation
Tools -> Install Packages -> browse cySBOM_1.0.0.tar.gz
or
install.packages('C:/Users/Name/Folder/cySBOM_1.0.0.zip', repos=NULL, type='source')
Load Library
library(cySBOM)
cySBOM Formats
- JSON
- XML
- XLSX
- CSV
- Word
- OpenDocument (odt)
- Rich Text Format (rtf)
- HTML
Files
cySBOM_Static_Code_Anlysis.txt
cySBOM_Dependency_Graph.png
cySBOM_Diagnostics_Report.txt
preview_cySBOM_1.0.0.html
Note: all files come embedded into
cySBOM_<date>.pdf
andcySBOM_<date>.docx
, respectively.