mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-26 02:43:14 +01:00
add actions
This commit is contained in:
1
.github/workflows/check-audit.yml
vendored
1
.github/workflows/check-audit.yml
vendored
@@ -23,4 +23,3 @@ jobs:
|
||||
|
||||
- name: Get-WinEvent -ListProvider *
|
||||
run: (Get-WinEvent -ListProvider Microsoft-Windows-Security-Auditing).Events | ForEach-Object { [PSCustomObject]@{EventID=$_.Id; Description=($_.Description -replace "`r`n", " ") -replace "\..*", ""} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user