We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deffe0f commit 92c3cddCopy full SHA for 92c3cdd
config/WELA.ps1
@@ -10,6 +10,8 @@ $filteredOutput | ForEach-Object {
10
}
11
12
13
+Write-Host "Extracted GUIDs:"
14
+
15
# Step 2: Read the rules from security_rules.json
16
$jsonFilePath = "./config/security_rules.json"
17
$jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json
0 commit comments