test: updated code with some minor fixes

This commit is contained in:
Detection Testing Service
2021-12-24 13:31:15 +05:30
parent f300a6c4a6
commit a5dcbab86c
3 changed files with 38 additions and 68 deletions
+8
View File
@@ -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