diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea26afdabdc869eb9c7c574e7952719500bddacd..58ca08cefa3b1de9314c7c8ad8731f485d7994cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,30 @@ --- +include: + - template: Dependency-Scanning.gitlab-ci.yml + - template: SAST.gitlab-ci.yml + - template: DAST.gitlab-ci.yml + - template: License-Scanning.gitlab-ci.yml + - template: License-Management.gitlab-ci.yml + - template: Code-Quality.gitlab-ci.yml + +# Excluded: +# - template: Container-Scanning.gitlab-ci.yml +# No containers in Gitlab registry. + stages: - test - build - deploy + - validate + +variables: + DAST_WEBSITE: https://fevermap.net + +dast: + stage: validate + +sast: + stage: validate # These tests must pass for CI to pass mandatory tests: