Skip to content

Commit 92c3cdd

Browse files
committed
update
1 parent deffe0f commit 92c3cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/WELA.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ $filteredOutput | ForEach-Object {
1010
}
1111
}
1212

13+
Write-Host "Extracted GUIDs:"
14+
1315
# Step 2: Read the rules from security_rules.json
1416
$jsonFilePath = "./config/security_rules.json"
1517
$jsonContent = Get-Content -Path $jsonFilePath -Raw | ConvertFrom-Json

0 commit comments

Comments
 (0)