Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFromMemory ¶ added in v1.23.0
LoadFromMemory reconstructs the scan pretty output from .vulnetix/sbom.cdx.json. When fresh* flags are true, selective API calls are made to refresh that data.
Types ¶
type SeverityBreachError ¶ added in v1.21.0
type SeverityBreachError struct {
// contains filtered or unexported fields
}
SeverityBreachError is returned when --severity threshold is breached. It signals main() to exit with code 1 without printing a redundant error message.
func (*SeverityBreachError) Error ¶ added in v1.21.0
func (e *SeverityBreachError) Error() string
Click to show internal directories.
Click to hide internal directories.