Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { OS OSInfo ImageInfo ImageInfo // Working directory,inherited from buid context WorkDir string // The reference of the generated image. Used for naming and purls ImageReference string // OutputDir is the directory where the sboms will be written OutputDir string // FileName is the base name for the sboms, the proper extension will get appended FileName string // Formats dictates which SBOM formats we will output Formats []string // Packages is alist of packages which will be listed in the SBOM Packages []*repository.Package }
Click to show internal directories.
Click to hide internal directories.