rules_license icon indicating copy to clipboard operation
rules_license copied to clipboard

Results 55 rules_license issues
Sort by recently updated
recently updated
newest added

It should be small and unambiguous in favor of comprehensive. - notice - requires_relinkability - unencumbered Maybe more.

P2

Do we user a `docs` branch or keep in main?

P3

## Expected Behavior After updating //licenses/spdx/BUILD, all the license_kind definitions should be in alphabetical order by name. ## Actual Behavior After each run, new items are added in alphabetically ordered...

enhancement
P3

Plan here: [Adding OSS license declarations to Bazel](https://docs.google.com/document/d/1XszGbpMYNHk_FGRxKJ9IXW10KxMPdQpF5wWbZFpA4C8/edit#)

I tried to use the SBOM rule: ``` thomas@DESKTOP-B82ERE8:~/monorepo$ bazel build //project/zemn.me/public:sbom.txt INFO: Invocation ID: 82643534-c719-4c97-8df4-8bd7a9caabd6 INFO: Streaming build results to: https://app.buildbuddy.io/invocation/82643534-c719-4c97-8df4-8bd7a9caabd6 ERROR: error loading package '@@rules_license~//tools': Unable to find...

P2
internal_cleanup

Followon from https://github.com/bazelbuild/rules_license/pull/143, pass any purl defined in package_info through the example sbom generators.

This toolchain must support arbitrary opaque internal formats and allow for a last stage translation into whatever final SBOM format the user wants to use (eg: SPDX, CycloneDX, ...). The...

@fmeum (https://github.com/bazelbuild/bazel-gazelle/pull/1852) and I (https://github.com/bazelbuild/bazel-gazelle/pull/1917) have been trying to make the bazel-gazelle `go_repository` PackageInfo functional. bazel-gazelle generates a target `@some-go-package//:gazelle_generated_package_info` for each package installed, you can observe this working with...

The documentation for rules_license says: > Proof of concept. License restriction. https://bazelbuild.github.io/rules_license/latest.html That seems to suggest this is not yet ready for general use, but Bazel's documentation already suggests using...

Update comments about cfg=exec on license() to provide guidance for how this changes in Bazel 8. To optain the best results, users of Bazel 8 should vendor in rules_license and...