srcclr / srcclr_sbom_gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srcclr_sbom_gen

Parses srcclr scan results and converts to CycloneDX [https://cyclonedx.org/] SBOM JSON format.

Installation:

pip3 install git+https://github.com/srcclr/srcclr_sbom_gen

Getting Started:

Method 1 - Import

import srcclr_sbom_gen
srcclr_sbom_gen.convert('scan.json', 'sbom.json')

Method 2 - Executing from Command Line

srcclr_sbom_gen.py scan.json sbom.json

About


Languages

Language:Python 100.0%