From e44e7caa114856a3dbe0fb99df4e7d58af7fc606 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Tue, 4 Jul 2023 13:46:08 +0200 Subject: [PATCH] Add some tests from gitlab --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2660bc..7c98de1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ stages: + - test - build - deploy @@ -7,3 +8,9 @@ include: - local: .gitlab/_rules.gitlab-ci.yml - local: /.gitlab/build.gitlab-ci.yml - local: /.gitlab/deploy.gitlab-ci.yml + - template: Jobs/Secret-Detection.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml + +secret_detection: + rules: !reference [.rules:default, rules] + stage: test