[gnome-desktop/jjardon/gitlab-sast] .gitlab-ci.yml: Configure SAST




commit dc145dc1ec7c8f2c647b3fa00a32cf42c82f9726
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Aug 29 23:53:25 2021 +0100

    .gitlab-ci.yml: Configure SAST

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f2059bf..2f5744ab 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:
@@ -40,3 +49,6 @@ build_stable:
     paths:
       - build/meson-dist/
     when: on_success
+
+sast:
+  stage: test


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]