cyclonedx-conan
cyclonedx-conan copied to clipboard
Conan SBOM JSON is malformed
Looking at the JSON output from the tool it looks to be malformed.
Before the most recent update, the generated JSON contained:
"bomFormat": "CycloneDX",
"specVersion": "1.3",
"serialNumber": "urn:uuid:<id>",
"version": 1,
"metadata": {
"component": {
"bom-ref": "[email protected]",
"type": "application",
"name": "unknown",
"version": "0.0.0"
}
}
This information is no longer found in the JSON
@wyatt-paquin Can you please give a (minimal) example input and output (as it seems to work fine for me)? We did not touch the metadata part.