MCPcopy Create free account
hub / github.com/cli/cli / BundleInspection

Struct BundleInspection

pkg/cmd/attestation/inspect/inspect.go:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141type BundleInspection struct {
142 Authentic bool `json:"authentic"`
143 Certificate CertificateInspection `json:"certificate"`
144 TransparencyLogEntries []TlogEntryInspection `json:"transparencyLogEntries"`
145 SignedTimestamps []time.Time `json:"signedTimestamps"`
146 Statement *in_toto.Statement `json:"statement"`
147}
148
149type CertificateInspection struct {
150 certificate.Summary

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected