Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoModCollector ¶
type GoModCollector struct{}
GoModCollector collects components from go.mod and go.sum files.
type MultiCollector ¶
type MultiCollector struct{}
MultiCollector discovers package manifests in a directory and dispatches to the appropriate collector for each one.
type NPMCollector ¶
type NPMCollector struct{}
NPMCollector collects components from package-lock.json.
type PipCollector ¶
type PipCollector struct{}
PipCollector collects components from requirements.txt.
type SBOMCollector ¶
type SBOMCollector struct {
Format string // "cyclonedx" or "spdx"
}
SBOMCollector collects components from CycloneDX or SPDX SBOM files.
Click to show internal directories.
Click to hide internal directories.