[vala/set-sast-config-1] Set .gitlab-ci.yml to enable or configure SAST



commit 5242343c653061fc229353b66e266fd0ecfb8624
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Apr 1 17:56:39 2021 +0000

    Set .gitlab-ci.yml to enable or configure SAST

 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000..22477df59
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+# You can override the included template(s) by including variable overrides
+# See https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
+# Note that environment variables can be set in several places
+# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
+stages:
+- test
+sast:
+  stage: test
+include:
+- template: Security/SAST.gitlab-ci.yml


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