mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +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
|
$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
|
||||||
|
|||||||
Reference in New Issue
Block a user