Skip to content

haydentherapper/protobuf-specs

 
 

Repository files navigation

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

Deprecation Notice

  • Effective January 17th, 2025: the jsonschema generated files in gen/jsonschema/schemas/ are formally deprecated. They will be removed in 6 months from this repository and not built repeatedly going forward. If you are using them, please open an issue on this repository and let us know.

About

Protocol Buffer specifications

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 83.9%
  • Makefile 9.4%
  • Ruby 3.1%
  • Go 2.7%
  • TypeScript 0.9%