Skip to content

alvinchchen/cyclonedx-buildroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

CycloneDX-buildroot Python Module

The CycloneDX-buildroot module for Python creates a valid CycloneDX bill-of-material document from buildroot manifest.xlsx file.

Usage

Options

By default, manifest.xslx will be read from the current working directory and the resulting bom.xml will also be created in the current working directory. These options can be overwritten as follows:

$ python3 -m cyclonedxbuildroot.cli.generateBom -i manifest.csv
  Usage:  cyclonedx-py [OPTIONS]
  Options:
    -i <path> - the alternate filename to a frozen manifest.csv
    -o <path> - the bom file to create

License

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.

About

Generate the CycloneDX BOM xml from buildroot manifest file

Resources

License

Stars

7 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors