mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -270,6 +270,11 @@ jobs:
|
||||
virtualenv --python=/usr/bin/python3 --clear venv
|
||||
source venv/bin/activate
|
||||
pip install -q -r requirements.txt
|
||||
- run:
|
||||
name: get cti repo for mitre context
|
||||
command: |
|
||||
cd security-content
|
||||
git clone https://github.com/mitre/cti.git
|
||||
- run:
|
||||
name: run doc-gen
|
||||
command: |
|
||||
@@ -282,11 +287,6 @@ jobs:
|
||||
cd security-content
|
||||
source venv/bin/activate
|
||||
python bin/pretty_yaml.py --path . -v
|
||||
- run:
|
||||
name: get cti repo for mitre context
|
||||
command: |
|
||||
cd security-content
|
||||
git clone https://github.com/mitre/cti.git
|
||||
- run:
|
||||
name: run generate-actors-map
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user