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