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

Latest commit

270d37f · Apr 1, 2024
Mar 27, 2024
Feb 5, 2024
Apr 1, 2024
Mar 28, 2024
Apr 1, 2024
Nov 14, 2022
Oct 31, 2022
Feb 8, 2024
Oct 21, 2022
Oct 21, 2022
Jul 26, 2023
Jan 29, 2024
Oct 21, 2022
Mar 6, 2024
Nov 23, 2022
Jul 31, 2023
Jan 18, 2024
Mar 6, 2024
Mar 6, 2024

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/.