| 139 | } |
| 140 | |
| 141 | type 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 | |
| 149 | type CertificateInspection struct { |
| 150 | certificate.Summary |
nothing calls this directly
no outgoing calls
no test coverage detected