| 28 | } |
| 29 | |
| 30 | type ubuntuESMAnalyzer struct{} |
| 31 | |
| 32 | func (a ubuntuESMAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*analyzer.AnalysisResult, error) { |
| 33 | st := status{} |
nothing calls this directly
no outgoing calls
no test coverage detected