From 833d74722686ab14ae88e563ff6a71903399eabc Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 3 Apr 2025 22:45:06 +0900 Subject: [PATCH] feat: verbose security --- WELAVerboseSecAudit.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index 017f8c0f..f84682c1 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -33,7 +33,7 @@ function ColorPrint { [array]$sub_categories ) - if ($line -eq $category) { + if ($line.Trim() -eq $category.Trim()) { $allEnabled = $true $allDisabled = $true