We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72f4357 + abb6190 commit 58ac7dcCopy full SHA for 58ac7dc
protos/in_toto_attestation/predicates/vsa/v1/vsa.proto
@@ -33,7 +33,7 @@ message VerificationSummary {
33
repeated InputAttestation input_attestations = 5 [json_name = "inputAttestations"];
34
35
string verification_result = 6 [json_name = "verificationResult"];
36
- string verified_levels = 7 [json_name = "verifiedLevels"];
+ repeated string verified_levels = 7 [json_name = "verifiedLevels"];
37
map<string, uint64> dependency_levels = 8 [json_name = "dependencyLevels"];
38
string slsa_version = 9 [json_name = "slsaVersion"];
39
}
0 commit comments