feat: verbose security

This commit is contained in:
fukusuket
2025-04-03 19:57:58 +09:00
parent d32d6c0b2a
commit 077b300710

View File

@@ -271,6 +271,8 @@ System
Write-Host -$line -ForegroundColor Red Write-Host -$line -ForegroundColor Red
} elseif ($line -match '.*enabled.*\(') { } elseif ($line -match '.*enabled.*\(') {
Write-Host $line -ForegroundColor Green Write-Host $line -ForegroundColor Green
} elseif ($line -match '.*No rule.*\(') {
Write-Host $line -ForegroundColor DarkYellow
} else { } else {
Write-Host $line Write-Host $line
} }