-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Investigate what metadata can be retrieved for npm-install modules #218
Comments
There does not appear to be any straight forward tooling from NPM to facilitate the retrieval of module information. However, because the modules themselves contain |
Have you looked into https://github.com/CycloneDX/cyclonedx-node-module? |
Just checked it out! This tool is awesome, it gets almost everything we want: The tool outputs in CycloneDX which will be ideal if/when we officially support CycloneDX. For the time being, with the current TOML format we support we can likely pull the information off of the JSON, and pass it into the same BOM Generator we currently use in node-engine and yarn |
Closing in favour of the suite of issues to implement this. |
As a part of our BOM work outlined in this RFC, we would like to support some type of BOM metadata for modules provided by buildpacks like npm-install.
We should investigate the extent of data that can be extracted around the following for the modules provided by this buildpack:
Acceptance
The outcome of this issue should be more issues that outline the work needed to implement viable metadata as a result of this investigation.
The text was updated successfully, but these errors were encountered: