From 92c3cdd37167b0b8c0cd8b3bf79096ee96ddd8b0 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:49:12 +0900 Subject: [PATCH] update --- config/WELA.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/WELA.ps1 b/config/WELA.ps1 index fb163ecd..ad189df2 100644 --- a/config/WELA.ps1 +++ b/config/WELA.ps1 @@ -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