File tree 1 file changed +4
-22
lines changed
1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 5
5
stages :
6
6
- test
7
7
8
- test:7.2 :
8
+ test:7.4 :
9
9
stage : test
10
- image : php:7.2
10
+ image : php:7.4
11
11
before_script :
12
12
- bash ci/docker_install.sh > /dev/null
13
13
- wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig
@@ -19,23 +19,5 @@ test:7.2:
19
19
script :
20
20
- phpunit --configuration phpunit.xml --coverage-text --colors=never
21
21
22
- dependency_scanning :
23
- stage : test
24
- image : docker:stable
25
- variables :
26
- DOCKER_DRIVER : overlay2
27
- allow_failure : true
28
- services :
29
- - docker:stable-dind
30
- script :
31
- - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
32
- - docker run
33
- --env DEP_SCAN_DISABLE_REMOTE_CHECKS="${DEP_SCAN_DISABLE_REMOTE_CHECKS:-false}"
34
- --volume "$PWD:/code"
35
- --volume /var/run/docker.sock:/var/run/docker.sock
36
- " registry.gitlab.com/gitlab-org/security-products/dependency-scanning:$SP_VERSION" /code
37
- artifacts :
38
- paths : [gl-dependency-scanning-report.json]
39
- except :
40
- variables :
41
- - $DEPENDENCY_SCANNING_DISABLED
22
+ include :
23
+ - template : Dependency-Scanning.gitlab-ci.yml
You can’t perform that action at this time.
0 commit comments