chg: add other log

This commit is contained in:
fukusuket
2025-04-14 09:01:03 +09:00
parent 6ae4e62764
commit 7580601210

View File

@@ -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
}