summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2021-08-29 23:53:25 +0100
committerJavier Jardón <jjardon@gnome.org>2021-08-30 00:15:17 +0100
commit1545c032d3c1b8d08d0ea61b78dfe6b72f4dd93d (patch)
treeecd9435a719fb773b4561cc12f63b4395140b5f5
parente8efb7900630cca3beca39a9b66281472fe36eb6 (diff)
downloadgnome-desktop-1545c032d3c1b8d08d0ea61b78dfe6b72f4dd93d.tar.gz
.gitlab-ci.yml: Configure SAST
See docs: - https://docs.gitlab.com/ee/user/application_security/sast/
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f2059bf..ef2c8262 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,12 @@
+# You can override the included template(s) by including variable overrides
+# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
+# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
+# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
+# Note that environment variables can be set in several places
+# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
+include:
+- template: Security/SAST.gitlab-ci.yml
+
image: fedora:34
variables: