diff --git a/WELA.ps1 b/WELA.ps1 index 868b1c32..cc8121ea 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -56,7 +56,7 @@ function ShowRulesCountsByLevel { Write-Output $msg $levelColorMap = [ordered]@{ "critical" = "Red" - "high" = "Orange" + "high" = "DarkYellow" "medium" = "Yellow" "low" = "Green" "informational" = "White" # Assuming a default color for informational