This commit is contained in:
fukusuket
2025-03-12 08:49:12 +09:00
parent deffe0fc58
commit 92c3cdd371

View File

@@ -10,6 +10,8 @@ $filteredOutput | ForEach-Object {
}
}
Write-Host "Extracted GUIDs:"
# Step 2: Read the rules from security_rules.json
$jsonFilePath = "./config/security_rules.json"
$jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json