Skip to content

srcclr/srcclr_sbom_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages