Versions in this module Expand all Collapse all v0 v0.2.1 Jun 5, 2026 Changes in this version + type Finding struct + File string + Line int + Match string + RuleName string + Severity Severity + func Scan(root string) ([]Finding, error) + func ScanWithOptions(root string, opts Options) ([]Finding, error) + type Options struct + MaxDepth int + Progress func(path string) + type Rule struct + Name string + Pattern *regexp.Regexp + Severity Severity + type Severity string + const SeverityCritical + const SeverityHigh + const SeverityLow + const SeverityMedium