From ba3f13dbd25a865ee8cc1362d6bd9ddb19b3d3c4 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:15:28 +0900 Subject: [PATCH] feat: add configure command execution to check-audit.yml for PowerShell 5.1 --- .github/workflows/check-audit.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index 56ae008e..5c2a6b0e 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -43,6 +43,11 @@ jobs: $PSVersionTable.PSVersion shell: powershell + - name: Run congigure command(PowerShell 5.1) + run: | + ./WELA.ps1 configure + shell: powershell + - name: Run WELA.ps1 audit-settings(PowerShell 5.1) run: | ./WELA.ps1 audit-settings @@ -61,4 +66,4 @@ jobs: - name: Output UnUsableRules.csv(PowerShell 5.1) run: | Get-Content UnusableRules.csv - shell: powershell \ No newline at end of file + shell: powershell