Skip to main content
After scanning your project, you can convert the resulting JSON output to other formats for use with different tools, workflows, and stakeholders — without needing to re-scan your codebase.

The Convert Command

Basic Syntax

Run the following command to view all available options:
Available output formats:
  • cyclonedx — CycloneDX Software Bill of Materials (SBOM)
  • spdxlite — SPDX Lite SBOM (a licence-focused subset of the SPDX standard)
  • csv — Comma-separated values (spreadsheet-compatible)
Note: The --format flag value is case-sensitive and must be entered in lowercase as shown above.

Convert to CycloneDX

Generate an SBOM in CycloneDX format:

Convert to SPDX Lite

Generate an SBOM in SPDX Lite format:

Convert to CSV

Generate a comma-separated values file suitable for use in spreadsheet applications: