nscuro / cdx-central

CLI utility to download public CycloneDX SBOMs from Maven Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%