| 21 | } |
| 22 | |
| 23 | type almaOSAnalyzer struct{} |
| 24 | |
| 25 | func (a almaOSAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*analyzer.AnalysisResult, error) { |
| 26 | scanner := bufio.NewScanner(input.Content) |
nothing calls this directly
no outgoing calls
no test coverage detected