Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSBOM ¶
func GenerateSBOM(syftDownloadURL, dockerConfigDir string, execRunner command.ExecRunner, fileUtils piperutils.FileUtils, httpClient piperhttp.Sender, registryURL string, images []string) error
Types ¶
type SyftScanner ¶ added in v1.363.0
type SyftScanner struct {
// contains filtered or unexported fields
}
func CreateSyftScanner ¶ added in v1.363.0
func CreateSyftScanner(syftDownloadURL string, fileUtils piperutils.FileUtils, httpClient piperhttp.Sender) (*SyftScanner, error)
func (*SyftScanner) AddArgument ¶ added in v1.363.0
func (s *SyftScanner) AddArgument(arg string)
func (*SyftScanner) ScanImages ¶ added in v1.363.0
func (s *SyftScanner) ScanImages(dockerConfigDir string, execRunner command.ExecRunner, registryURL string, images []string) error
Click to show internal directories.
Click to hide internal directories.