Update proc_creation_win_powershell_non_interactive_execution.yml #39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate Sigma rules | |
| on: [push, pull_request, merge_group, workflow_dispatch] | |
| jobs: | |
| sigma-rules-validator: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Validate Sigma rules | |
| uses: SigmaHQ/sigma-rules-validator@v1 | |
| with: | |
| paths: |- | |
| ./rules | |
| ./rules-compliance | |
| ./rules-dfir | |
| ./rules-emerging-threats | |
| ./rules-placeholder | |
| ./rules-threat-hunting | |
| schemaFile: ${{ github.workspace }}/tests/validate-sigma-schema/sigma-schema.json |