diff options
Diffstat (limited to '.gitlab-ci.yml')
-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 |