Versions in this module Expand all Collapse all v1 v1.3.0 May 5, 2026 v1.0.0 Apr 22, 2026 Changes in this version + type Finding struct + Message string + Severity FindingSeverity + type FindingSeverity string + const SeverityError + const SeverityInfo + const SeverityWarning + type ScanResult struct + Findings []Finding + Safe bool + Skipped bool + SkippedReason string + func (r *ScanResult) HasError() bool + func (r *ScanResult) HasWarning() bool + type Scanner interface + Name func() string + Scan func(ctx context.Context, record *corev1.Record) (*ScanResult, error)