diff options
author | Javier Jardón <jjardon@gnome.org> | 2021-08-29 23:53:25 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2021-08-30 00:15:17 +0100 |
commit | 1545c032d3c1b8d08d0ea61b78dfe6b72f4dd93d (patch) | |
tree | ecd9435a719fb773b4561cc12f63b4395140b5f5 | |
parent | e8efb7900630cca3beca39a9b66281472fe36eb6 (diff) | |
download | gnome-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.yml | 9 |
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: |