Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyftSbomCreator ¶
type SyftSbomCreator struct {
Engine string
HomeDir string
SyftBin string
Timeout time.Duration
// contains filtered or unexported fields
}
func NewSyftSbomCreator ¶
create new sbom generator using syft
func (*SyftSbomCreator) CreateSbom ¶
func (rx *SyftSbomCreator) CreateSbom(task model.PharosScanTask2, format string) (syfttype.SyftSbomType, []byte, error)
download image, create sbom in chosen format, e.g. "syft-json", "cyclonedx-json" func (rx *SyftSbomCreator) CreateSbom(imageRef, platform string, auth model.PharosRepoAuth, tlsCheck bool, format string) (syfttype.SyftSbomType, []byte, error) {
Click to show internal directories.
Click to hide internal directories.