Skip to content

Commit

Permalink
gen: regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Mar 28, 2024
1 parent 9736b52 commit 354b78a
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 31 deletions.
4 changes: 4 additions & 0 deletions gen/jsonschema/schemas/ClientTrustConfig.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"definitions": {
"ClientTrustConfig": {
"properties": {
"mediaType": {
"type": "string",
"description": "MUST be application/vnd.dev.sigstore.clienttrustconfig.v0.1+json"
},
"trustedRoot": {
"$ref": "#/definitions/dev.sigstore.trustroot.v1.TrustedRoot",
"additionalProperties": false,
Expand Down
59 changes: 35 additions & 24 deletions gen/pb-go/trustroot/v1/sigstore_trustroot.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.

5 changes: 3 additions & 2 deletions gen/pb-ruby/lib/sigstore_trustroot_pb.rb

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

Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,13 @@ pub struct SigningConfig {
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ClientTrustConfig {
/// MUST be application/vnd.dev.sigstore.clienttrustconfig.v0.1+json
#[prost(string, tag = "1")]
pub media_type: ::prost::alloc::string::String,
/// The root of trust, which MUST be present.
#[prost(message, optional, tag = "1")]
#[prost(message, optional, tag = "2")]
pub trusted_root: ::core::option::Option<TrustedRoot>,
/// Configuration for signing clients, which MUST be present.
#[prost(message, optional, tag = "2")]
#[prost(message, optional, tag = "3")]
pub signing_config: ::core::option::Option<SigningConfig>,
}
Binary file not shown.
6 changes: 5 additions & 1 deletion gen/pb-typescript/src/__generated__/sigstore_trustroot.ts

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

0 comments on commit 354b78a

Please sign in to comment.