[FEAT] emit tools as metadata.tools.components
#1233
Labels
breaking-change
breacking change. causes a new major version.
enhancement
New feature or request
schema 1.5
Milestone
Describe the feature
Own tools (
@cyclonedx/cyclonedx-npm
and@cyclonedx/cyclonedx-library
) are listed undermedatada.tools
which is deprecated. They should be listed undermedatada.tools.components
as suggested since CycloneDX v1.5.To Reproduce
Any generated JSON document contains the same output. I've tried the following command on an npm project:
Expected behavior
Entries under
metadata.tools
should be listed undermedatada.tools.components
according to the "component" data structure.Screenshots or output-paste
Environment
Additional context
This is the part of the code where
metadata.tools
are being populated:cyclonedx-node-npm/src/builders.ts
Lines 230 to 238 in 96f1046
The text was updated successfully, but these errors were encountered: