-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Add license and package_info to bazel generator #16629
Comments
@aiuto fyi |
Hi @peakschris Thanks for suggesting this! I have no objection to adding this. |
Hello @peakschris, Thank you for your suggestion and for your patience while we reviewed it.
Sorry for refusing your feature request, and I hope these points are clear enough to explain our motivation behind of this decision. While we’re not going to integrate this feature into the BazelDeps generator for now, we want to emphasize that SBOM support is an important topic for us. Regardless of any specific generator, we are actively working on enabling Conan to generate SBOMs. You can follow our progress in the PR #17559 and related issues by searching for "SBOM" in the Conan repository for more discussions. Please, feel free to shared your specific SBOM use case, as your feedback could help shape this ongoing work. Thank you again for your suggestion, and please don’t hesitate to share any further thoughts or ideas. Cheers! |
What is your suggestion?
Bazel's sbom generator (rules_license) requires that package build files contain a number of declarations to teach bazel about name, package url, license, etc. Could conan's bazel generator include this information in the build files that it generates?
Here is an example for the poco build file:
If we can agree on an approach, I could possibly contribute a PR
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: