feat: add configure command execution to check-audit.yml for PowerShell 5.1

This commit is contained in:
fukusuket
2025-10-19 14:15:28 +09:00
parent 6c9947f599
commit ba3f13dbd2

View File

@@ -43,6 +43,11 @@ jobs:
$PSVersionTable.PSVersion $PSVersionTable.PSVersion
shell: powershell shell: powershell
- name: Run congigure command(PowerShell 5.1)
run: |
./WELA.ps1 configure
shell: powershell
- name: Run WELA.ps1 audit-settings(PowerShell 5.1) - name: Run WELA.ps1 audit-settings(PowerShell 5.1)
run: | run: |
./WELA.ps1 audit-settings ./WELA.ps1 audit-settings
@@ -61,4 +66,4 @@ jobs:
- name: Output UnUsableRules.csv(PowerShell 5.1) - name: Output UnUsableRules.csv(PowerShell 5.1)
run: | run: |
Get-Content UnusableRules.csv Get-Content UnusableRules.csv
shell: powershell shell: powershell