Module: InTotoAttestation::Predicates::Vsa::V1

Defined in:
lib/in_toto_attestation/predicates/vsa/v1/vsa_pb.rb

Defined Under Namespace

Classes: VerificationSummary

Class Method Summary collapse

Class Method Details

.register_vsa_protos(registry) ⇒ Object



122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# File 'lib/in_toto_attestation/predicates/vsa/v1/vsa_pb.rb', line 122

def self.register_vsa_protos(registry)
  Google::Protobuf.register_timestamp_protos(registry)
  registry.register(
    InTotoAttestation::Predicates::Vsa::V1::VerificationSummary
  )
  registry.register(
    InTotoAttestation::Predicates::Vsa::V1::VerificationSummary::Verifier
  )
  registry.register(
    InTotoAttestation::Predicates::Vsa::V1::VerificationSummary::Policy
  )
  registry.register(
    InTotoAttestation::Predicates::Vsa::V1::VerificationSummary::InputAttestation
  )
end