Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 409 Bytes

Bazel Registry for SecretFlow Stack

Usage

To use the SecretFlow Bazel Registry, add the following to your .bazelrc file.

common --registry=https://raw.githubusercontent.com/secretflow/bazel-registry/main

Tools Usage

Update module integrity

# update integrity of module `module_name`
$ bazel run //tools:update_integrity -- <module_name>