Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is set by the main package to inject the build version into reporters (SARIF, CycloneDX) that include tool metadata.
Functions ¶
This section is empty.
Types ¶
type CycloneDXReporter ¶
type CycloneDXReporter struct{}
CycloneDXReporter writes output as a CycloneDX SBOM with vulnerability info.
type HTMLReporter ¶
type HTMLReporter struct{}
HTMLReporter writes output as a self-contained HTML report.
type Reporter ¶
Reporter formats and writes command output.
func New ¶
func New(format model.OutputFormat) Reporter
New returns a reporter for the given format.
type TableReporter ¶
type TableReporter struct{}
TableReporter writes output as a human-readable table.
Click to show internal directories.
Click to hide internal directories.