disable docker in docker mode because of unpreviledged docker environment
This commit is contained in:
parent
0ca25ec4d1
commit
1739ffd32c
@ -8,10 +8,13 @@ stages:
|
|||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: SAST.gitlab-ci.yml
|
- template: SAST.gitlab-ci.yml
|
||||||
|
|
||||||
|
variables:
|
||||||
|
SAST_DISABLE_DIND: "true"
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user