Merge pull request #4385 from @phantinuss - Update Workflow Pipeline

- fix: Devil Bait Potential C2 Communication Traffic
- chore: update workflow to run on all rules
- chore: unpin the sigma-cli version from the workflow
This commit is contained in:
phantinuss
2023-08-23 14:18:49 +02:00
committed by GitHub
parent 2a2db295ce
commit da8d42fa2b
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -52,10 +52,11 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
pip install sigma-cli~=0.7.1
# pip install sigma-cli~=0.7.1
pip install sigma-cli
- name: Test Sigma Rule Syntax
run: |
sigma check rules
sigma check rules*
- name: Test Sigma Rules
run: |
pip install PyYAML attackcti colorama