ImageSource a source for an image in the OCI distribution cache. Implements a spec.ImageSource.
| 31 | // ImageSource a source for an image in the OCI distribution cache. |
| 32 | // Implements a spec.ImageSource. |
| 33 | type ImageSource struct { |
| 34 | ref *reference.Spec |
| 35 | provider *Provider |
| 36 | platform *imagespec.Platform |
| 37 | descriptor *v1.Descriptor |
| 38 | } |
| 39 | |
| 40 | type spdxStatement struct { |
| 41 | intoto.StatementHeader |
nothing calls this directly
no outgoing calls
no test coverage detected