pub trait SignedSidecar {
// Required methods
fn schema_version(&self) -> u32;
fn signed_at(&self) -> Option<DateTime<Utc>>;
}Expand description
Signed sidecar under ciReleaseKey. Drives the
canonicalize -> verify -> freshness-gate pipeline.