Merge PR #5973 from @phantinuss - Update ATT&CK Heatmap Coverage #44
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] | |
| env: | |
| SIGMA_RULE_SCHEMA_VERSION: v2.1.0 | |
| 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 | |
| schemaURL: https://raw.githubusercontent.com/SigmaHQ/sigma-specification/refs/tags/${{ env.SIGMA_RULE_SCHEMA_VERSION }}/json-schema/sigma-detection-rule-schema.json |