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