summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-11-23 14:18:47 +0900
committerJavier Jardón <jjardon@gnome.org>2019-11-23 15:29:51 +0900
commit7039a51ede6f7fc0de4b5c83eddb14dd64e0adc7 (patch)
treeca0c4fac2a1c7083107d0c13b9254e3eac6c9dd5 /.gitlab-ci.yml
parent2201f6d34dd6ae2f442eff93bbadf9c0086517fe (diff)
downloadbuildstream-7039a51ede6f7fc0de4b5c83eddb14dd64e0adc7.tar.gz
.gitlab-ci.yml: Use gitlab's builtin Static Application Security Testing (SAST)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a19814cca..1458d4dd5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
include:
- template: Code-Quality.gitlab-ci.yml
- template: License-Management.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:10-master-97554983
@@ -15,6 +16,8 @@ stages:
- publish
variables:
+ SAST_DISABLE_DIND: "true"
+ SAST_GOSEC_LEVEL: 2
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"