add info to SBOM results: which version of npm-ls
was used in the process
#1100
Labels
enhancement
New feature or request
npm-ls
was used in the process
#1100
Is your feature request related to a problem? Please describe.
Internally,
npm-ls
is used to gather some information, the initial vectors.see https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/docs/how.md
Current SBOM result contains the tool that was used to gather all data.
But it does not include any information about the
npm
that was used to gather the initial vectors.Therefore, it is not entirely clear, HOW a SBOM was created - in terms of reproducibility.
Describe the solution you'd like
add
npm
with the following version tobom.metadata.tools
Describe alternatives you've considered
none
Additional context
npm --version
returns a version stringThe text was updated successfully, but these errors were encountered: