Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewImporter ¶
func NewImporter() importer
Types ¶
type SBOMFormat ¶
type SBOMFormat interface { Matches(body []byte) bool Name() string Parse(body []byte, platform string, org string, repo string) []domain.SBOMDependency }
func Formats ¶
func Formats() []SBOMFormat
func Identify ¶
func Identify(body []byte) (SBOMFormat, bool)
Click to show internal directories.
Click to hide internal directories.