Skip to content

davidmthomsen/SBOMVisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBOMVisor

SBOMVisor is a tool for converting Software Bill of Materials (SBOM) data to CSV format and generating dependency trees and vulnerability reports.

Usage

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).

Installation

  1. Clone the repository:
git clone https://github.com/davidmthomsen/SBOMVisor.git
cd SBOMVisor
  1. Install dependencies:
pip3 install -r requirements.txt
  1. Run the script:
python3 src/main.py <path_to_sbom_file> <sbom_format>

Dependencies

  • Pandas
  • Graphviz
  • CycloneDX-BOM
  • Requests
  • Jsonschema

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages