Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2020-01-17 16:39:07 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-01-17 16:39:07 +0300
commita786260db7789b0a2badc67354c40cbc46dad24f (patch)
treea016ae8aaa6ebd681c0845a2fb1af9692d084036
parentd24d30c2af6ef0bc818da224e3bdd73f06b9e42a (diff)
parentb741f6556f0458fb58bfb87afe482c96f6e48352 (diff)
Merge branch 'da-enable-sast' into 'master'
Enable SAST See merge request gitlab-org/gitaly!1757
-rw-r--r--.gitlab-ci.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e2f4b9dc..7338722d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -188,7 +188,16 @@ update-downstream-server-version:
allow_failure: true
include:
- template: Security/License-Management.gitlab-ci.yml
+ - template: Security/License-Management.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
+
+variables:
+ SAST_DISABLE_DIND: "true"
+ SAST_DEFAULT_ANALYZERS: "gosec"
+
+gosec-sast:
+ before_script:
+ - apk add pkgconfig libgit2-dev gcc libc-dev
license_management:
before_script: