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:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
|
||||
include:
|
||||
- template: SAST.gitlab-ci.yml
|
||||
|
||||
variables:
|
||||
SAST_DISABLE_DIND: "true"
|
||||
|
||||
prepare:
|
||||
stage: prepare
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user