Versions in this module Expand all Collapse all v1 v1.0.2 Dec 30, 2025 Changes in this version + func DetectorIDs() []string + func MarshalFindings(w io.Writer, findings []Finding) error + type Config = engine.Config + type DeepStats = engine.DeepStats + type Finding = types.Finding + func Scan(cfg Config) ([]Finding, error) + func UnmarshalFindings(r io.Reader) ([]Finding, error) + type Result = engine.Result + func ScanWithStats(cfg Config) (Result, error)