fix: add Baseline parameter to check-audit.yml for WELA.ps1 audit commands

This commit is contained in:
fukusuket
2025-10-25 09:26:44 +09:00
parent 32183f0592
commit b4cd78dfac

View File

@@ -20,12 +20,12 @@ jobs:
- name: Run WELA.ps1 audit-settings(PowerShell core) - name: Run WELA.ps1 audit-settings(PowerShell core)
run: | run: |
./WELA.ps1 audit-settings ./WELA.ps1 audit-settings -Baseline YamatoSecurity
shell: pwsh shell: pwsh
- name: Run WELA.ps1 audit-filesize(PowerShell core) - name: Run WELA.ps1 audit-filesize(PowerShell core)
run: | run: |
./WELA.ps1 audit-filesize ./WELA.ps1 audit-filesize -Baseline YamatoSecurity
shell: pwsh shell: pwsh
- name: Output UsableRules.csv(PowerShell core) - name: Output UsableRules.csv(PowerShell core)
@@ -50,12 +50,12 @@ jobs:
- 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 -Baseline YamatoSecurity
shell: powershell shell: powershell
- name: Run WELA.ps1 audit-filesize(PowerShell 5.1) - name: Run WELA.ps1 audit-filesize(PowerShell 5.1)
run: | run: |
./WELA.ps1 audit-filesize ./WELA.ps1 audit-filesize -Baseline YamatoSecurity
shell: powershell shell: powershell
- name: Output UsableRules.csv(PowerShell 5.1) - name: Output UsableRules.csv(PowerShell 5.1)