Replies: 1 comment
-
well, your issue is a general one, and seams to be not NPM-centric, or is it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
There are cases wherein a npm-based builds (e.g. something with a
package.json
) are in actuality independently released forks, for whatever reason. One should, according to cyclonedx spec, declare such pedigree.Describe the solution you'd like
One could:
upstream
remote? only git for now? if the upstream is not git do we just specify the start of our changes manually?Or maybe one just has a
seed-bom.json
manually filled out that we automatically merge in?Describe alternatives you've considered
I'm wondering if this should be done in a 'post build step' as singing is done. Either every dx plugin (maven, npm, groovy, etc.) does this or maybe cyclonedx-cli/ does it instead?
Additional context
This is probably most common in enterprise envs or dead libs people took over. See the same request for cyclonedx-maven-plugin
Beta Was this translation helpful? Give feedback.
All reactions