mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #881 from splunk/TR-275
Changed cicd image to use cached repository
This commit is contained in:
+2
-1
@@ -6,8 +6,9 @@ stages:
|
||||
|
||||
validate:
|
||||
stage: ssa-validate
|
||||
image: chrsep/alpine-java-python
|
||||
image: docker-hub.repo.splunkdev.net/alpine:3.7
|
||||
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
|
||||
script:
|
||||
- python3 bin/validate_ssa.py --skip-error tests/*/*
|
||||
|
||||
Reference in New Issue
Block a user