in hq/app/logic/CredentialsReportDisplay.scala [155:159]
private def statusCode(status: ReportStatus): Int = status match { case Red(_) => 0 case Amber(_) => 1 case _ => 99 }