From 719717f6135242e5e9b6f96698c37a9bc13149ef Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sat, 15 Mar 2025 11:39:19 +0900 Subject: [PATCH] update --- WELA.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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