Is t possible to generate SBOM based on Bazel cquery output #12389
Unanswered
SIyuWangBosch
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am working in a Bazel project and would like to generate SBOM files.
There are multiple variant determined by different Bazel config in the project.
Some dependencies may appeared in Bazel mod graph, but are actually not consumed in all variants.
To prepare correct SBOM for each variant, my initial idea was to generate SBOM file using ORT based on command Bazel cquery. But it seems impossible.
Is there a good way to deal with this situation using ORT?
Many thanks!
All reactions