interlynk-io / sbombenchmark.dev

Build Better SBOM
Apache License 2.0
3 stars 0 forks source link

[New Tool] Include sbom4python #7

Closed anthonyharrison closed 1 year ago

anthonyharrison commented 1 year ago

Tool name and link (must be open source) sbom4python - https://pypi.org/project/sbom4python/

Supported specifications

Supported target

Environment setup (if any) Python module must be installed with its dependencies. e.g. pip install

Recommended command to see version sbom4python --version

Recommended command(s) to build SBOM sbom4python --module --output-file - geneates SPDX SBOM in TagValue format. Output stored in specified filename

sbom4python --module --format json --output-file - geneates SPDX SBOM in Json format. Output stored in specified filename

sbom4python --module --sbom cyclonedx --format json --output-file - geneates Cyclonedx SBOM in Json format. Output stored in specified filename

Additional context Supports tag value, Json, YAML for SPDX and JSON for CycloneDX

surendrapathak commented 1 year ago

Deployed.