rules_license
1.0.0
published 10 months ago
89 stars
37 forks
14 watchers
Apache License 2.0
public
1 assets
16,229,959 downloads
35 KB
Compatibility level 1
JtQCH2iY4juC75UweDid1JrCtWGKxWSt5O+HzO0Uezg=
Maintained byTony Aiuto
1.0.0
September 5, 2024
[expand for release notes]

rules_license

CI: Build status

⚠️ 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.