SBOMVisor is a tool for converting Software Bill of Materials (SBOM) data to CSV format and generating dependency trees and vulnerability reports.
python3 src/main.py <path_to_sbom_file> <sbom_format>
<path_to_sbom_file>: Path to the SBOM file in JSON or XML format.
<sbom_format>: Format of SBOM (e.g., cyclonedx, spdx).
- Clone the repository:
git clone https://github.com/davidmthomsen/SBOMVisor.git
cd SBOMVisor
- Install dependencies:
pip3 install -r requirements.txt
- Run the script:
python3 src/main.py <path_to_sbom_file> <sbom_format>
- Pandas
- Graphviz
- CycloneDX-BOM
- Requests
- Jsonschema