From 7580601210a2f16646d3fd8c7a83456edb74ae92 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:01:03 +0900 Subject: [PATCH] chg: add other log --- WELA.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WELA.ps1 b/WELA.ps1 index 44f912c7..50441598 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -81,6 +81,10 @@ } $ruleCounts += ")" } + if ($this.Category -ne "PowerShell" -and $this.Category -notcontains "Security") { + Write-Host "$($this.Category): $ruleCounts" -ForegroundColor $color + + } if ($this.SubCategory) { Write-Host " - $($this.SubCategory): $ruleCounts" -ForegroundColor $color }