Module: Sigstore::Bundle::V1
- Defined in:
- lib/sigstore/bundle/v1/sigstore_bundle_pb.rb
Defined Under Namespace
Classes: Bundle, TimestampVerificationData, VerificationMaterial
Class Method Summary collapse
Class Method Details
.register_sigstore_bundle_protos(registry) ⇒ Object
233 234 235 236 237 238 239 240 241 |
# File 'lib/sigstore/bundle/v1/sigstore_bundle_pb.rb', line 233 def self.register_sigstore_bundle_protos(registry) Google::Api.register_field_behavior_protos(registry) Sigstore::DSSE.register_envelope_protos(registry) Sigstore::Common::V1.register_sigstore_common_protos(registry) Sigstore::Rekor::V1.register_sigstore_rekor_protos(registry) registry.register(Sigstore::Bundle::V1::TimestampVerificationData) registry.register(Sigstore::Bundle::V1::VerificationMaterial) registry.register(Sigstore::Bundle::V1::Bundle) end |