Documentation ¶
Overview ¶
Package sbomrepository provides SBOMs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SBOM ¶
type SBOM interface { // GetSBOMURL returns the URL to a SBOM GetSBOMURL(ctx context.Context, ref string) (string, error) // GetSBOM returns a SBOM GetSBOM(location string) ([]byte, error) }
SBOM is an interface to access/generate SBOMs.
func NewSyftFSSBOM ¶
func NewSyftFSSBOM() SBOM
NewSyftFSSBOM is a filesystem based implementation of SBOM.
Click to show internal directories.
Click to hide internal directories.