mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +01:00
feat: add configure command execution to check-audit.yml for PowerShell 5.1
This commit is contained in:
7
.github/workflows/check-audit.yml
vendored
7
.github/workflows/check-audit.yml
vendored
@@ -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
|
||||
shell: powershell
|
||||
|
||||
Reference in New Issue
Block a user