Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Conan SBOM JSON is malformed #98

Open
wyatt-paquin opened this issue Aug 7, 2023 · 1 comment
Open

Conan SBOM JSON is malformed #98

wyatt-paquin opened this issue Aug 7, 2023 · 1 comment

Comments

@wyatt-paquin
Copy link

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

@andreas-hilti
Copy link
Contributor

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants