aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2021-12-12 12:09:07 +0100
committerThomas <>2021-12-12 12:09:07 +0100
commite650bfba36d1350444030b6338bf2285e14b05de (patch)
tree01b7fa312dc5feebad3c523b8811b0b2195506e4
parentc8931df71599d3a1ac5b8ca6eb8d9f460b940863 (diff)
downloadmoa-sig-e650bfba36d1350444030b6338bf2285e14b05de.tar.gz
moa-sig-e650bfba36d1350444030b6338bf2285e14b05de.tar.bz2
moa-sig-e650bfba36d1350444030b6338bf2285e14b05de.zip
update GitLab CI configuration
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c207bdd..750c1e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
LC_ALL: "en_US.UTF-8"
LANG: "en_US.UTF-8"
LANGUAGE: "en_US"
- LIB_NAME: "ms_specific"
+ LIB_NAME: "MOA-SIG"
GIT_DEPTH: "2"
SECURE_LOG_LEVEL: "debug"
PROJECT_PACKAGE: '${CI_PROJECT_DIR}/moaSig/moa-sig/build/distributions/*.zip'
@@ -12,8 +12,13 @@ variables:
include:
- template: Dependency-Scanning.gitlab-ci.yml
+ - template: Security/SAST.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
+default:
+ tags:
+ - docker
+
stages:
- assemble
- test