diff --git a/config/WELA.ps1 b/config/WELA.ps1 index fb163ecd..ad189df2 100644 --- a/config/WELA.ps1 +++ b/config/WELA.ps1 @@ -10,6 +10,8 @@ $filteredOutput | ForEach-Object { } } +Write-Host "Extracted GUIDs:" + # Step 2: Read the rules from security_rules.json $jsonFilePath = "./config/security_rules.json" $jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json