diff --git a/gixy/formatters/templates/console.j2 b/gixy/formatters/templates/console.j2 index caf341d..067f4ed 100644 --- a/gixy/formatters/templates/console.j2 +++ b/gixy/formatters/templates/console.j2 @@ -1,6 +1,5 @@ {% set colors = {'DEF': '\033[0m', 'TITLE': '\033[95m', 'UNSPECIFIED': '\033[0m', 'LOW': '\033[94m', 'MEDIUM': '\033[93m', 'HIGH': '\033[91m'} %} - {{ colors['TITLE'] }}==================== Results ==================={{ colors['DEF'] }} {% if not issues %} No issues found.