From b4cd78dfac73799e5fce4451004e82e7bad341ce Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sat, 25 Oct 2025 09:26:44 +0900 Subject: [PATCH] fix: add Baseline parameter to check-audit.yml for WELA.ps1 audit commands --- .github/workflows/check-audit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index 95b39283..25b4f584 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -20,12 +20,12 @@ jobs: - name: Run WELA.ps1 audit-settings(PowerShell core) run: | - ./WELA.ps1 audit-settings + ./WELA.ps1 audit-settings -Baseline YamatoSecurity shell: pwsh - name: Run WELA.ps1 audit-filesize(PowerShell core) run: | - ./WELA.ps1 audit-filesize + ./WELA.ps1 audit-filesize -Baseline YamatoSecurity shell: pwsh - name: Output UsableRules.csv(PowerShell core) @@ -50,12 +50,12 @@ jobs: - name: Run WELA.ps1 audit-settings(PowerShell 5.1) run: | - ./WELA.ps1 audit-settings + ./WELA.ps1 audit-settings -Baseline YamatoSecurity shell: powershell - name: Run WELA.ps1 audit-filesize(PowerShell 5.1) run: | - ./WELA.ps1 audit-filesize + ./WELA.ps1 audit-filesize -Baseline YamatoSecurity shell: powershell - name: Output UsableRules.csv(PowerShell 5.1)