We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A freshly created sbom has:
{ "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", "bomFormat": "CycloneDX", "specVersion": "1.6", "serialNumber": "urn:uuid:4e6c0fc0-203b-45bf-94f8-28635de98f51", "version": 1, "metadata": { "timestamp": "2024-09-23T16:51:48+02:00", "tools": [ { "vendor": "CycloneDX", "name": "cyclonedx-gomod", "version": "v1.8.0", "hashes": [ { "alg": "MD5", "content": "f1451a88dd6ced4acaa8f8e8c36608db" } ]}]}}
but https://cyclonedx.org/docs/1.6/json/#tab-pane_metadata_tools_oneOf_i0 says that tools as array is deprecated. So the new form should be used.
tools
The text was updated successfully, but these errors were encountered:
can confirm this. Is it possible to use the new format?
Sorry, something went wrong.
No branches or pull requests
A freshly created sbom has:
but https://cyclonedx.org/docs/1.6/json/#tab-pane_metadata_tools_oneOf_i0 says that
tools
as array is deprecated.So the new form should be used.
The text was updated successfully, but these errors were encountered: