Report
data class Report(val files: List<String>, val hasTimedOut: Boolean, val exitCode: Int, val stdout: List<String>, val stderr: List<String>, val yamlReport: ClangTidyYAMLFile?, val scoreGenerator: ScoreGenerator) : DockerPipelineStage.ExecutableReport, StageReportUnit.Scorable