Skip to content

relocate misplaced file #425

relocate misplaced file

relocate misplaced file #425

Workflow file for this run

name: Build Sysmon config with all modules
on:
push:
branches:
- "*"
pull_request:
branches: [ master ]
jobs:
generate-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Import Merge-SysmonXml.ps1 and generate config
run: |
Import-Module .\Merge-SysmonXml.ps1
Merge-AllSysmonXml -Path ( Get-ChildItem '[0-9]*\*.xml') -AsString | Out-File sysmonconfig.xml
shell: pwsh
- uses: actions/upload-artifact@v3
with:
name: sysmonconfig
path: sysmonconfig.xml