Clone this repo:
  1. a3ad07d Merge pull request #171 from mering/json-encode by Tony Aiuto · 9 days ago upstream/main
  2. be4e69e Merge pull request #181 from mering/fix-new-bazel by Tony Aiuto · 9 days ago
  3. 7ea4919 Fix rules_cc and rules_shell usage by maleo · 9 days ago
  4. b60d677 Use json.encode() instead of custom string templates by maleo · 9 days ago
  5. 3678302 Merge pull request #180 from aiuto/b9 by Florian Weikert · 12 days ago

rules_license

CI: Build status

:warning: WARNING
Active development has moved to https://github.com/bazel-contrib/supply-chain. Please look there for current status. If you wish to contribute, please consider doing your work there.

This repository contains a set of rules and tools for

  • declaring metadata about packages, such as
    • the licenses the package is available under
    • the canonical package name and version
    • copyright information
    • ... and more TBD in the future
  • gathering license declarations into artifacts to ship with code
  • applying organization specific compliance constraints against the set of packages used by a target.
  • producing SBOMs for built artifacts.

Background reading:

These is for learning about the problem space, and our approach to solutions. Concrete specifications will always appear in checked in code rather than documents.