mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-10 03:03:06 +01:00
feat: echo powershell version in github actions
This commit is contained in:
3
.github/workflows/check-audit.yml
vendored
3
.github/workflows/check-audit.yml
vendored
@@ -13,6 +13,9 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Check PowerShell version
|
||||||
|
run: |
|
||||||
|
$PSVersionTable.PSVersion
|
||||||
|
|
||||||
- name: Run WELA.ps1 audit-settings
|
- name: Run WELA.ps1 audit-settings
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user