Replies: 2 comments
-
cc @aiuto |
Beta Was this translation helpful? Give feedback.
0 replies
-
we're working on various solutions for that with code in rules_license. But we're still working on the glue to help link back to the licenses of projects that come in auto-magically through maven deps and bzlmod. |
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 have to list all the external dependencies of a
bazel
built project (envoy), with their name, version and license(s).I am looking for an output in any format that would list this information for each dependency embedded in the final binary (no tests requirements).
Looking at the envoy repo, it seems all this information is available to the build system: envoy/bazel/repository_locations.bzl
I have a
bazel
build command used to produce thisenvoy
static binary with many 'filters' and 'options':I have tried to play with the
query
command ofbazel
but I am not able to get what I want using it.Do you know a way to get the output I need ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions