fix handling of long-name
1 file changed
tree: 6891d2354c11be48d7274e122e757b9769377dc8
- .bazelci/
- .github/
- admin/
- distro/
- doc_build/
- docs/
- examples/
- licenses/
- rules/
- rules_gathering/
- tests/
- tools/
- .gitignore
- BUILD
- CODEOWNERS
- deps.bzl
- LICENSE
- MODULE.bazel
- README.md
- version.bzl
- WORKSPACE
- WORKSPACE.bzlmod
README.md
rules_license
CI: 
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 those license declarations into artifacts to ship with code
- applying organization specific compliance constriants against the set of packages used by a target.
- (eventually) producing SBOMs for built artifacts.
WARNING: The code here is still in active initial development and will churn a lot.
If you want to follow along:
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.