Module: InTotoAttestation::Predicates::Vsa::V0

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

Defined Under Namespace

Classes: VerificationSummary

Class Method Summary collapse

Class Method Details

.register_vsa_protos(registry) ⇒ Object



94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# File 'lib/in_toto_attestation/predicates/vsa/v0/vsa_pb.rb', line 94

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