Generate SBOM for a legacy C/C++ project #1372
Unanswered
lokesh2019
asked this question in
Q&A
Replies: 1 comment
-
I would suggest exploring the cyclonedx cli or some other tool from the marketplace that can support converting csv to cyclonedx format. |
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
-
Hello, I am trying to generate an SBOM for a reasonably large C/C++ project. It uses CMake build system.
I can generate a list of open source packages such as this one:
The packages don't follow the same name pattern so writing a python script to split them into NAME/VERSION format is a bit tricky.
Worst case I can also do it manually.
Is there a way for me to feed this text file with a list of my OSS dependencies to
cdxgen
to generate an SBOM? I don't see any way to do it incdxgen --help
output.Thank you for your excellent work!
Beta Was this translation helpful? Give feedback.
All reactions