This commit is contained in:
fukusuket
2025-03-15 11:39:19 +09:00
parent 4a16bcd61b
commit 719717f613

View File

@@ -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