Replies: 1 comment 4 replies
-
Did you try with specifying the type? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the CDXGEN CLI to generate SBOMs for various technologies, primarily for license analysis.
The command I am using is:
export FETCH_LICENSE=true cdxgen --profile license-compliance -o sbom.json
In an npm project, I have encountered two issues:
I have tried different variations of the original command without any different results:
export FETCH_LICENSE=true cdxgen -t npm --include-formulation --profile license-compliance -o sbom.json
Is this the expected behavior?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions