mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +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
|
- name: Generate csv from auditpol /list /subcategory:* /r
|
||||||
run: |
|
run: |
|
||||||
$data = auditpol /list /subcategory:* /r
|
$data = auditpol /list /subcategory:* /r
|
||||||
|
$output = @()
|
||||||
$category = ""
|
$category = ""
|
||||||
foreach ($line in $data) {
|
foreach ($line in $data) {
|
||||||
if ($line -match "^Category/Subcategory") { continue }
|
if ($line -match "^Category/Subcategory") { continue }
|
||||||
|
|||||||
Reference in New Issue
Block a user