Skip to content

sigstore/protobuf-specs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 23, 2022
Dec 12, 2022
Nov 18, 2022
Dec 12, 2022
Nov 14, 2022
Oct 31, 2022
Oct 21, 2022
Oct 21, 2022
Nov 23, 2022
Oct 21, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 14, 2022
Nov 14, 2022

protobuf-specs

This repository holds protobuf specifications for Sigstore messages.

Protobuf

If you change protobuf definitions, you will need to regenerate the code by running the protocol buffer compiler on the changed .proto files.

You will need Docker installed to generate the protobuf stubs. Then run,

$ make all

to generate the Go and Python files under gen/.