diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index 56ae008e..5c2a6b0e 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -43,6 +43,11 @@ jobs: $PSVersionTable.PSVersion shell: powershell + - name: Run congigure command(PowerShell 5.1) + run: | + ./WELA.ps1 configure + shell: powershell + - name: Run WELA.ps1 audit-settings(PowerShell 5.1) run: | ./WELA.ps1 audit-settings @@ -61,4 +66,4 @@ jobs: - name: Output UnUsableRules.csv(PowerShell 5.1) run: | Get-Content UnusableRules.csv - shell: powershell \ No newline at end of file + shell: powershell