mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
test: updated code with some minor fixes
This commit is contained in:
@@ -464,6 +464,14 @@ jobs:
|
||||
source venv/bin/activate
|
||||
python3 bin/doc_gen.py --path . --output docs -v
|
||||
|
||||
- name: Enrich detections with TAs
|
||||
env:
|
||||
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
python3 -m pip install security_content_automation/requirements.txt
|
||||
python3 security_content_automation/enrich_detections.py
|
||||
|
||||
- name: Make YAMLs Pretty
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user