Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderOSVAdvisories ¶ added in v0.3.5
func RenderOSVAdvisories(w io.Writer, advisories []advisory.OSVAdvisory, format Format, detail bool) error
RenderOSVAdvisories writes OSV search results in the requested format. detail controls whether full advisory text and references are included.
Types ¶
type Options ¶ added in v0.1.5
type Options struct {
// Public strips internal details (package list, project paths, vuln install
// paths) — suitable for committing to a public repo.
Public bool
// KeyFindings, if non-nil, appends a secrets section to the report.
KeyFindings []keyscanner.Finding
}
Click to show internal directories.
Click to hide internal directories.