diff --git a/config/WELA.ps1 b/config/WELA.ps1 index 0d93b792..fb163ecd 100644 --- a/config/WELA.ps1 +++ b/config/WELA.ps1 @@ -9,7 +9,6 @@ $filteredOutput | ForEach-Object { $extractedStrings.Add($matches[1]) } } -Write-Host "Extracted GUIDs: $($extractedStrings.Count)" # Step 2: Read the rules from security_rules.json $jsonFilePath = "./config/security_rules.json"