This commit is contained in:
fukusuket
2025-03-15 11:20:04 +09:00
parent bddb9b893a
commit 363e1363ae

View File

@@ -56,8 +56,8 @@ function ShowRulesCountsByLevel {
Write-Output $msg
$levelColorMap = [ordered]@{
"critical" = "Red"
"high" = "Yellow"
"medium" = "Cyan"
"high" = "Orange"
"medium" = "Yellow"
"low" = "Green"
"informational" = "White" # Assuming a default color for informational
}