Versions in this module Expand all Collapse all v1 v1.0.2 Dec 30, 2025 Changes in this version + func Save(root string, db DB) error + func SaveResults(root string, findings []types.Finding) error + type DB struct + Entries map[string]string + func Load(root string) (DB, error) + type ScanResults struct + Count int + Findings []types.Finding + Root string + Timestamp time.Time + func LoadResults(root string) (ScanResults, error)