Versions in this module Expand all Collapse all v0 v0.5.0 May 11, 2026 v0.4.0 May 5, 2026 v0.2.0 May 3, 2026 v0.1.0 May 2, 2026 Changes in this version + func FormatGitHubReview(findings []Finding) string + func FormatJSON(findings []Finding) (string, error) + func FormatSARIF(findings []Finding) (string, error) + func FormatTerminal(findings []Finding, stats Stats) string + type Finding struct + CWE string + Concern string + EndLine int + File string + Fix string + Line int + Message string + Reasoning string + Severity int + type SARIFArtifactChange struct + ArtifactLocation SARIFArtifactLocation + Replacements []SARIFReplacement + type SARIFArtifactLocation struct + URI string + type SARIFDriver struct + InformationURI string + Name string + Rules []SARIFRule + Version string + type SARIFFix struct + Changes []SARIFArtifactChange + Description SARIFMultiformat + type SARIFInsertedContent struct + Text string + type SARIFLocation struct + PhysicalLocation SARIFPhysicalLocation + type SARIFLog struct + Runs []SARIFRun + Schema string + Version string + type SARIFMultiformat struct + Text string + type SARIFPhysicalLocation struct + ArtifactLocation SARIFArtifactLocation + Region *SARIFRegion + type SARIFRegion struct + EndLine int + StartColumn int + StartLine int + type SARIFReplacement struct + DeletedRegion SARIFRegion + InsertedContent *SARIFInsertedContent + type SARIFResult struct + Fixes []SARIFFix + Level string + Locations []SARIFLocation + Message SARIFMultiformat + RuleID string + Taxa []SARIFTaxaReference + type SARIFRule struct + DefaultConfig *SARIFRuleConfig + ID string + Name string + ShortDescription SARIFMultiformat + type SARIFRuleConfig struct + Level string + type SARIFRun struct + Results []SARIFResult + Tool SARIFTool + type SARIFTaxaReference struct + ID string + ToolComponent SARIFMultiformat + type SARIFTool struct + Driver SARIFDriver + type Stats struct + ByConcern map[string]int + BySeverity map[int]int + DurationPerConcern map[string]time.Duration + FilesReviewed int + FindingsTotal int + HunksAnalyzed int + TokensUsed int