# Development tools
local_path_override(
module_name = "package_metadata",
path = "../metadata",
)
local_path_override(
module_name = "supply-chain-go",
path = "../lib/supplychain-go",
)
local_path_override(
module_name = "rules_license",
path = "../rules_license",
)
This repository contains Bazel modules for injecting and collecting supply-chain metadata into builds.
This project is the successor to rules_license.
The intended use cases are:
WARNING: The code here is still in active initial development and will churn a lot.
In flux.
The immediate concern is feature parity with rules_license and providing a smooth migration path.
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.