summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-11-23 07:33:10 +0000
committerJavier Jardón <jjardon@gnome.org>2019-11-23 07:33:10 +0000
commitc6e2ea93a0bf8dcc34623339063e6a91b2eb3d51 (patch)
treeca0c4fac2a1c7083107d0c13b9254e3eac6c9dd5
parent2201f6d34dd6ae2f442eff93bbadf9c0086517fe (diff)
parent7039a51ede6f7fc0de4b5c83eddb14dd64e0adc7 (diff)
downloadbuildstream-c6e2ea93a0bf8dcc34623339063e6a91b2eb3d51.tar.gz
Merge branch 'jjardon/sast' into 'master'
.gitlab-ci.yml: Use gitlab's builtin Static Application Security Testing (SAST) See merge request BuildStream/buildstream!1731
-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"