Branch was auto-updated.

This commit is contained in:
github-actions[bot]
2021-03-24 15:38:10 +00:00
committed by GitHub
+2 -2
View File
@@ -17,8 +17,8 @@ validate:
stage: ssa-validate
image: docker.repo.splunkdev.net/ci-cd/ci-container:alpine-3.11
before_script:
- apk add --update python3 python3-dev py-pip build-base openjdk8-jre && pip install virtualenv && rm -rf /var/cache/apk/*
- pip3 install -r requirements.txt
- apk add --update python3 python3-dev py-pip build-base openjdk8-jre zlib-dev jpeg-dev && pip install virtualenv && rm -rf /var/cache/apk/*
- python3 -m pip install -U --force-reinstall pip && pip3 install -r requirements.txt
script:
- python3 bin/ssa_validate.py --skip-error detections/*/*
- python3 bin/ssa_test.py --skip-error tests/*/*