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

Struct BundleInspectResult

pkg/cmd/attestation/inspect/inspect.go:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137type BundleInspectResult struct {
138 InspectedBundles []BundleInspection `json:"inspectedBundles"`
139}
140
141type BundleInspection struct {
142 Authentic bool `json:"authentic"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected