From 21db0753b19f8b0633ef0f2cef9157102ae47db7 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 2 Apr 2025 08:45:38 +0900 Subject: [PATCH] feat: verbose security --- WELA.ps1 | 2 +- WELAVerboseSecMsg.psm1 => WELAVerboseSecAudit.psm1 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename WELAVerboseSecMsg.psm1 => WELAVerboseSecAudit.psm1 (100%) diff --git a/WELA.ps1 b/WELA.ps1 index 36be4a93..3b14aafe 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -1,5 +1,5 @@ Import-Module -Name ./WELAFunctions.psm1 -Import-Module -Name ./WELAVerboseSecMsg.psm1 +Import-Module -Name ./WELAVerboseSecAudit.psm1 $logo = @" ┏┓┏┓┏┳━━━┳┓ ┏━━━┓ ┃┃┃┃┃┃┏━━┫┃ ┃┏━┓┃ diff --git a/WELAVerboseSecMsg.psm1 b/WELAVerboseSecAudit.psm1 similarity index 100% rename from WELAVerboseSecMsg.psm1 rename to WELAVerboseSecAudit.psm1