From ad54ac54d7193f5eae388755e290fd17bfdf3ce1 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:41:49 +0900 Subject: [PATCH] feat: check size setting --- .github/workflows/check-audit.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index d4280d82..a46152b4 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -47,10 +47,14 @@ jobs: # $duration = $endTime - $startTime # Write-Output "Duration: $duration" - - name: Run WELA.ps1 + - name: Run WELA.ps1 audit-settings run: | ./WELA.ps1 audit-settings + - name: Run WELA.ps1 audit-filesize + run: | + ./WELA.ps1 audit-filesize + - name: Output UsableRules.csv run: | Get-Content UsableRules.csv