From 077b300710a84c49d9a07f10623796c3040a0e9d Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:57:58 +0900 Subject: [PATCH] feat: verbose security --- WELAVerboseSecAudit.psm1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index 644ba35e..bfbad310 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -271,6 +271,8 @@ System Write-Host -$line -ForegroundColor Red } elseif ($line -match '.*enabled.*\(') { Write-Host $line -ForegroundColor Green + } elseif ($line -match '.*No rule.*\(') { + Write-Host $line -ForegroundColor DarkYellow } else { Write-Host $line }