Versions in this module Expand all Collapse all v0 v0.0.2 Jul 27, 2026 Changes in this version + type Platform struct + Architecture string + Digest string + OS string + Reference string + type Report struct + Blobs int + Manifests int + Path string + Platforms []Platform + Valid bool + func Compose(output string, inputs []string) (Report, error) + func Inspect(root string) (Report, error) + func Verify(rootName string) (Report, error)