From b7172f21fc599f083de3c0c281b3e4b04c3e31c6 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 12 Mar 2025 00:28:21 +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 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) {