Merge PR #4551 from @frack113 - chore: move more tests to pySigma

chore: Add attacktag and tlptag to pySigma tests
---------

Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
This commit is contained in:
frack113
2023-11-15 16:40:33 +01:00
committed by GitHub
parent 0f5f989604
commit d577872761
5 changed files with 161 additions and 150 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
sigma check --fail-on-error --fail-on-issues --validation-config tests/sigma_cli_conf.yml rules*
- name: Test Sigma Rules
run: |
pip install PyYAML attackcti colorama
pip install PyYAML colorama
python tests/test_rules.py
check-baseline-win7: