diff options
author | Jürg Billeter <j@bitron.ch> | 2020-05-27 22:16:17 +0200 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-05-28 10:16:05 +0000 |
commit | 90628b1fdeadf42efa76e0da2b3ae1755ae51576 (patch) | |
tree | 736a31b28d3d29e0f55c4bd52f8becb6690462c3 /.gitlab-ci.yml | |
parent | c690319f6f2407891ae37abc0732a93d8cf58519 (diff) | |
download | buildstream-90628b1fdeadf42efa76e0da2b3ae1755ae51576.tar.gz |
.gitlab-ci.yml: Configure SAST analyzers
Disable flawfinder and eslint jobs as this repository contains no C or
JavaScript code to be analyzed.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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" |