Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 17:08:57 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-01-15 17:08:57 +0300
commit594078c47b8675239a48f1e7557064cc7d783b3e (patch)
tree3c285da1f156bca6ea0ac6e8ea9a520ca766e497 /.gitlab-ci.yml
parent7e0ab346eeea78cc083a7f86c2a2760dbda7728e (diff)
Dependency Scanning, License Scanning, Static Application Security Testing (SAST), and Secret Detection
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 859049b7f..6cceaa81d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,4 +128,7 @@ trigger_build:
sast:
stage: test
include:
+- template: Security/Dependency-Scanning.gitlab-ci.yml
+- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
+- template: Security/Secret-Detection.gitlab-ci.yml