summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-05-27 22:16:17 +0200
committerJürg Billeter <j@bitron.ch>2020-05-27 22:16:17 +0200
commitf94315ba2eb68e7e406c5a32a2e6cdaa536494da (patch)
tree67a5224d015d3aea4880cc9c2886aa46b992b57c
parent1a85a6d5524a4eddaa6c0382fb936732c29fffb3 (diff)
downloadbuildstream-juerg/sast.tar.gz
.gitlab-ci.yml: Configure SAST analyzersjuerg/sast
Disable flawfinder and eslint jobs as this repository contains no C or JavaScript code to be analyzed.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f13c9947..8b98726c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ stages:
variables:
# SAST related variables
+ SAST_DEFAULT_ANALYZERS: "bandit, secrets"
SAST_DISABLE_DIND: "true"
SAST_GOSEC_LEVEL: 2
CI_PROJECT_REPOSITORY_LANGUAGES: "python"