From f94315ba2eb68e7e406c5a32a2e6cdaa536494da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Wed, 27 May 2020 22:16:17 +0200 Subject: .gitlab-ci.yml: Configure SAST analyzers Disable flawfinder and eslint jobs as this repository contains no C or JavaScript code to be analyzed. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.1