diff --git a/config/WELA.ps1 b/config/WELA.ps1 index 3c16facf..b72e710d 100644 --- a/config/WELA.ps1 +++ b/config/WELA.ps1 @@ -11,7 +11,7 @@ $filteredOutput | ForEach-Object { } # Step 2: Read the rules from security_rules.json -$jsonFilePath = "security_rules.json" +$jsonFilePath = "./security_rules.json" $jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json foreach ($rule in $jsonContent) {