зеркало из https://github.com/microsoft/mstic.git
Fix missing dep on mitre action
This commit is contained in:
Родитель
a75d3f590c
Коммит
0a5df9d5ae
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install requests pandas attackcti pyyaml requests_html
|
pip install requests pandas attackcti pyyaml requests_html lxml_html_clean
|
||||||
|
|
||||||
- name: 🚀 Run automation script
|
- name: 🚀 Run automation script
|
||||||
run: python master/.script/mitre-attackmap.py
|
run: python master/.script/mitre-attackmap.py
|
||||||
|
|
Загрузка…
Ссылка в новой задаче