Skip to content

Commit

Permalink
Renamed a field based on PR feed back and clarified the comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Skogman <[email protected]>
  • Loading branch information
kommendorkapten committed Dec 18, 2023
1 parent c26c17e commit 372221b
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@
"type": "boolean",
"description": "Disable verification for transparency logs."
},
"verifySetTimestamp": {
"verifySet": {
"type": "boolean",
"description": "Verify SET timestamps indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain"
"description": "Verify SET indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain. Note that inclusion promises (SETs) are optional in a bundle, and so requiring SET may render bundles invalid during verification if SET is not present."
}
},
"additionalProperties": false,
Expand Down
4 changes: 2 additions & 2 deletions gen/jsonschema/schemas/Input.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,9 +770,9 @@
"type": "boolean",
"description": "Disable verification for transparency logs."
},
"verifySetTimestamp": {
"verifySet": {
"type": "boolean",
"description": "Verify SET timestamps indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain"
"description": "Verify SET indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain. Note that inclusion promises (SETs) are optional in a bundle, and so requiring SET may render bundles invalid during verification if SET is not present."
}
},
"additionalProperties": false,
Expand Down
141 changes: 71 additions & 70 deletions gen/pb-go/verification/v1/sigstore_verification.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/pb-ruby/lib/sigstore_verification_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/pb-rust/schemas/ArtifactVerificationOptions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@
"type": "boolean",
"description": "Disable verification for transparency logs."
},
"verifySetTimestamp": {
"verifySet": {
"type": "boolean",
"description": "Verify SET timestamps indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain"
"description": "Verify SET indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain. Note that inclusion promises (SETs) are optional in a bundle, and so requiring SET may render bundles invalid during verification if SET is not present."
}
},
"additionalProperties": false,
Expand Down
4 changes: 2 additions & 2 deletions gen/pb-rust/schemas/Input.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,9 +770,9 @@
"type": "boolean",
"description": "Disable verification for transparency logs."
},
"verifySetTimestamp": {
"verifySet": {
"type": "boolean",
"description": "Verify SET timestamps indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain"
"description": "Verify SET indicates that the timestamp from the SET should be used when verifying the X.509 certifiacte chain. Note that inclusion promises (SETs) are optional in a bundle, and so requiring SET may render bundles invalid during verification if SET is not present."
}
},
"additionalProperties": false,
Expand Down
Loading

0 comments on commit 372221b

Please sign in to comment.