Available Output Formats
| Format | Description | Use Case |
|---|---|---|
| JSON (Default) | Complete scan results in SCANOSS native format | Programmatic processing, detailed analysis |
| CycloneDX | Industry-standard Software Bill of Materials (SBOM) format | SBOM exchange, vulnerability tracking |
| SPDX Lite | Standardised subset of the SPDX specification | Licence compliance, SPDX-based workflows |
| CSV | Comma-separated values | Spreadsheet analysis, reporting |
JSON (Default)
The default output format, containing the full set of fields returned by the SCANOSS engine, including match type, component metadata, and licence data.Generate During Scan
CycloneDX
CycloneDX is an OWASP-maintained SBOM (Software Bill of Materials) standard used for component inventory, vulnerability tracking, and supply chain transparency.
Note: The output file uses a .json extension regardless of the format flag, as CycloneDX supports JSON serialisation.
Generate During Scan
SPDX Lite
SPDX Lite is a formally defined, minimal profile of the SPDX (Software Package Data Exchange) specification. It is intended for use cases where full SPDX compliance is not required but licence data must still be communicated in a structured, interoperable format.
Note: The output file uses a .json extension, as SPDX Lite is serialised in JSON format.