From 9790aab7f94af77c47907ed974bacd366f631d81 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 12 Mar 2025 00:29:45 +0900 Subject: [PATCH] update --- config/WELA.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/WELA.ps1 b/config/WELA.ps1 index b72e710d..55c872db 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 = "./config/security_rules.json" $jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json foreach ($rule in $jsonContent) {