mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-08 18:22:50 +01:00
update
This commit is contained in:
2
WELA.ps1
2
WELA.ps1
@@ -56,7 +56,7 @@ function ShowRulesCountsByLevel {
|
|||||||
Write-Output $msg
|
Write-Output $msg
|
||||||
$levelColorMap = [ordered]@{
|
$levelColorMap = [ordered]@{
|
||||||
"critical" = "Red"
|
"critical" = "Red"
|
||||||
"high" = "Orange"
|
"high" = "DarkYellow"
|
||||||
"medium" = "Yellow"
|
"medium" = "Yellow"
|
||||||
"low" = "Green"
|
"low" = "Green"
|
||||||
"informational" = "White" # Assuming a default color for informational
|
"informational" = "White" # Assuming a default color for informational
|
||||||
|
|||||||
Reference in New Issue
Block a user