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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user