This commit is contained in:
fukusuket
2025-03-12 00:29:45 +09:00
parent a66ccf12f6
commit 9790aab7f9

View File

@@ -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) {