Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + const CycloneDXArtifactType + const OCIImageManifest + const SPDXArtifactType + var SupportedSBOMArtifactTypes = []string + type Artifact struct + func NewArtifact(repo string, quiet bool, registryOpt types.RegistryOptions, opts ...Option) (*Artifact, error) + func (a *Artifact) Digest(ctx context.Context) (string, error) + func (a *Artifact) Download(ctx context.Context, dir string, opt DownloadOption) error + type DownloadOption struct + Filename string + MediaType string + type Option func(*Artifact) + func WithImage(img v1.Image) Option