aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas <>2022-06-03 16:25:58 +0200
committerThomas <>2022-06-03 16:25:58 +0200
commit0d7db86eecfd6559865aaca521279aaa57e3b107 (patch)
tree5f87f4a4dfa9fcf27574bca9ae0b81e22ae384ae /.gitlab-ci.yml
parent559858cf7916b3bb13613623b9b5697b3dcc34d9 (diff)
downloadNational_eIDAS_Gateway-0d7db86eecfd6559865aaca521279aaa57e3b107.tar.gz
National_eIDAS_Gateway-0d7db86eecfd6559865aaca521279aaa57e3b107.tar.bz2
National_eIDAS_Gateway-0d7db86eecfd6559865aaca521279aaa57e3b107.zip
build(ci): update GitLab CI config
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9dd8d862..3e586eab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,21 @@ variables:
include:
- template: Dependency-Scanning.gitlab-ci.yml
+ - template: Security/SAST.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
+## skip jUnit tests in Test jobs to speed-up build time
+dependency_scanning:
+ variables:
+ MAVEN_CLI_OPTS: "-DskipTests"
+ DS_JAVA_VERSION: 11
+
+spotbugs-sast:
+ variables:
+ MAVEN_CLI_OPTS: "-DskipTests"
+ SAST_JAVA_VERSION: 11
+
+
default:
tags:
- docker