diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 103547d7d..1ba351acc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,3 +103,9 @@ mergeManifests: only: - stable - develop + +include: + - template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml + - template: Jobs/License-Scanning.latest.gitlab-ci.yml + - template: Jobs/SAST.latest.gitlab-ci.yml + - template: Jobs/Secret-Detection.latest.gitlab-ci.yml