mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Figuring out jsonschema dependency issues
This commit is contained in:
@@ -63,11 +63,15 @@ jobs:
|
||||
#virtualenv --python=/usr/bin/python3 --clear venv
|
||||
python3 -m venv --clear venv
|
||||
source venv/bin/activate
|
||||
echo "Before installing requirements"
|
||||
python3 -m pip list
|
||||
sudo python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
|
||||
|
||||
- name: run validate
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
echo "Before we try to run validate"
|
||||
python3 -m pip list
|
||||
python contentctl.py --path . --verbose validate
|
||||
|
||||
- name: Get CTI Repo for Mitre context
|
||||
|
||||
Reference in New Issue
Block a user