Skip to content

Commit 58ac7dc

Browse files
authored
Merge pull request #429 from adityasaky/fix-vsa-proto
vsa: Make verifiedLevels field repeated to match spec
2 parents 72f4357 + abb6190 commit 58ac7dc

File tree

1 file changed

+1
-1
lines changed
  • protos/in_toto_attestation/predicates/vsa/v1

1 file changed

+1
-1
lines changed

protos/in_toto_attestation/predicates/vsa/v1/vsa.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ message VerificationSummary {
3333
repeated InputAttestation input_attestations = 5 [json_name = "inputAttestations"];
3434

3535
string verification_result = 6 [json_name = "verificationResult"];
36-
string verified_levels = 7 [json_name = "verifiedLevels"];
36+
repeated string verified_levels = 7 [json_name = "verifiedLevels"];
3737
map<string, uint64> dependency_levels = 8 [json_name = "dependencyLevels"];
3838
string slsa_version = 9 [json_name = "slsaVersion"];
3939
}

0 commit comments

Comments
 (0)