Documentation
¶
Overview ¶
Package binary implements a detector that uses govulncheck to scan for vulns on Go binaries found on the filesystem.
Index ¶
Constants ¶
View Source
const (
// Name is the unique name of this detector.
Name = "govulncheck/binary"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Detector ¶
type Detector struct {
OfflineVulnDBPath string
}
Detector is a SCALIBR Detector that uses govulncheck to scan for vulns on Go binaries found on the filesystem.
func (Detector) RequiredExtractors ¶
RequiredExtractors returns the go binary extractor.
func (Detector) Requirements ¶ added in v0.1.3
func (d Detector) Requirements() *plugin.Capabilities
Requirements of the detector.
Click to show internal directories.
Click to hide internal directories.