Documentation
¶
Overview ¶
Package list provides a public list of SCALIBR-internal detection plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All []detector.Detector = slices.Concat( CIS, CVE, Govulncheck, Weakcreds, )
All detectors internal to SCALIBR.
View Source
var CIS []detector.Detector = []detector.Detector{&etcpasswdpermissions.Detector{}}
CIS scanning related detectors.
View Source
var CVE []detector.Detector = []detector.Detector{&cve202338408.Detector{}}
CVE scanning related detectors.
View Source
var Default []detector.Detector = []detector.Detector{}
Default detectors that are recommended to be enabled.
Govulncheck detectors.
Weakcreds detectors for weak credentials.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.