mirror of
https://github.com/anchore/syft.git
synced 2026-07-05 10:38:33 +02:00
--------- Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> Co-authored-by: Alex Goodman <wagoodman@users.noreply.github.com>
5 lines
155 B
Go
5 lines
155 B
Go
package source
|
|
|
|
// OCIModelMetadata is an AI model from an OCI registry, which is a specialized form of ImageMetadata.
|
|
type OCIModelMetadata ImageMetadata
|