Versions in this module Expand all Collapse all v0 v0.2.4 Aug 2, 2026 v0.2.3 Jul 27, 2026 v0.2.2 Jul 21, 2026 Changes in this version + type Finding struct + Category string + CvssScore float64 + Description string + DiscoveredAt time.Time + ID int + Location string + Recommendation string + ResolvedAt *time.Time + Severity string + Status string + Title string + UpdatedAt time.Time + type ScanHistory struct + Date time.Time + Duration string + ID int + InitiatedBy string + IssuesFound int + Score int + Status string + Type string + type ScanResult struct + CriticalCount int + Findings []Finding + HighCount int + LowCount int + MediumCount int + ScanDuration string + ScanType string + ScannedAt time.Time + SecurityScore int + TotalFindings int + type Scanner struct + Findings []Finding + RootPath string + func NewScanner(rootPath string) *Scanner + func (s *Scanner) GetRecentScans(limit int) []ScanHistory + func (s *Scanner) LoadFindingsFromFile(filePath string) error + func (s *Scanner) RunFullScan() *ScanResult + func (s *Scanner) SaveFindingsToFile(filePath string) error v0.2.1 Jul 20, 2026 v0.2.0 Jul 17, 2026