From c40d79b8c0dfa5e0cf3886af57f358a01d8096e8 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:12:13 +0900 Subject: [PATCH] fix: update check-audit.yml to include Baseline parameter in configure command and add new audit policy configuration script --- .github/workflows/check-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index ddfad943..95b39283 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -45,7 +45,7 @@ jobs: - name: Run congiure command(PowerShell 5.1) run: | - ./WELA.ps1 configure -Auto + ./WELA.ps1 configure -Baseline YamatoSecurity -Auto shell: powershell - name: Run WELA.ps1 audit-settings(PowerShell 5.1)