summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2022-12-26 23:41:11 +0100
committerJan-Michael Brummer <jan.brummer@tabos.org>2022-12-27 15:39:10 +0100
commitdbeecb1d20425048d130be0e7ff61f28a7ea14bd (patch)
tree7d9bffa98960bdbef83abe10278f2c4effa74041
parentd99413c42ae5f66e89281bbd3bc4813e59a35152 (diff)
downloadepiphany-set-sast-config-1.tar.gz
Add SAST and Secret Detection in gitlab-ci.ymlset-sast-config-1
-rw-r--r--.gitlab-ci.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 568e49cab..f9bd3d006 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,13 @@
-include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+# 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:
+ - 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+ - template: Security/SAST.gitlab-ci.yml
+ - template: Security/Secret-Detection.gitlab-ci.yml
cache:
paths:
@@ -114,3 +123,6 @@ canary nightly:
dependencies: ['canary']
before_script:
- mv canary-repo.tar repo.tar
+
+sast:
+ stage: test \ No newline at end of file