Skip to content

Generates a Software Bill of Materials in CycloneDX JSON Format from Veracode SCA Agent results.

Notifications You must be signed in to change notification settings

veracode/srcclr_sbom_gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

Generates a Software Bill of Materials in CycloneDX JSON Format from Veracode SCA Agent results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%