This commit is contained in:
fukusuket
2025-03-12 00:28:21 +09:00
parent ea8650e85d
commit b7172f21fc

View File

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