Skip to content

Sherlock42Q/cdx-central

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdx-central

CLI utility to download public CycloneDX SBOMs from Maven Central

Installation

go install -v github.com/nscuro/cdx-central@latest

Usage

Usage of cdx-central:
  -concurrency int
        How many artifacts to process concurrently (default 5)
  -min-components int
        Minimum number of components in an SBOM (default 10)
  -output string
        Output directory (default ".")

Note
Currently only the SBOM for each artifact's latest version will be downloaded.

Example

mkdir -p sboms
cdx-central -min-components 50 -output ./sboms

About

CLI utility to download public CycloneDX SBOMs from Maven Central

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%