mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +01:00
add actions
This commit is contained in:
1
.github/workflows/create-csv.yml
vendored
1
.github/workflows/create-csv.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
- name: Generate csv from auditpol /list /subcategory:* /r
|
||||
run: |
|
||||
$data = auditpol /list /subcategory:* /r
|
||||
$output = @()
|
||||
$category = ""
|
||||
foreach ($line in $data) {
|
||||
if ($line -match "^Category/Subcategory") { continue }
|
||||
|
||||
Reference in New Issue
Block a user