mirror of
https://github.com/Yamato-Security/WELA.git
synced 2026-05-22 03:01:25 +02:00
add actions
This commit is contained in:
@@ -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