supply-chain-go 0.0.10Latest published 3.3mo ago
MODULE.bazel
bazel_dep(name = "supply-chain-go", version = "0.0.10")
Dependencies
local_path_override(
    module_name = "package_metadata",
    path = "../../metadata",
)
README

Supply-chain rules for Bazel

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:

  • 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 constriants against the set of packages used by a target.
  • producing SBOMs for built artifacts.

[!WARNING] The code here is still in active initial development and will churn a lot.

How to participate

Roadmap

See this page.

Background reading:

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

About

No description provided.

@bazel-contrib/supply-chain@bazel-contrib
Homepage
34stars
Thursday, April 30, 2026
@aspect-marvin#8634 {supply-chain-go,package_meta...

Languages

Go4.8%
Python1.1%
Shell0%

Maintainers

@TheGrizzlyDev
@fweikert
@Yannic

Versions

0.0.10 +5.1mo2026-04-30
0.0.7 +1.2mo2025-11-27
0.0.6 +3.1mo100% 12025-10-23
0.0.5 +11d2025-07-22
0.0.42025-07-11