diff options
author | Thomas <> | 2022-06-03 16:25:58 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-03 16:25:58 +0200 |
commit | 0d7db86eecfd6559865aaca521279aaa57e3b107 (patch) | |
tree | 5f87f4a4dfa9fcf27574bca9ae0b81e22ae384ae | |
parent | 559858cf7916b3bb13613623b9b5697b3dcc34d9 (diff) | |
download | National_eIDAS_Gateway-0d7db86eecfd6559865aaca521279aaa57e3b107.tar.gz National_eIDAS_Gateway-0d7db86eecfd6559865aaca521279aaa57e3b107.tar.bz2 National_eIDAS_Gateway-0d7db86eecfd6559865aaca521279aaa57e3b107.zip |
build(ci): update GitLab CI config
-rw-r--r-- | .gitlab-ci.yml | 13 |
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 |