Add some tests from gitlab

This commit is contained in:
Florian Hoss 2023-07-04 13:46:08 +02:00
parent e42eda52ac
commit e44e7caa11

View file

@ -1,4 +1,5 @@
stages: stages:
- test
- build - build
- deploy - deploy
@ -7,3 +8,9 @@ include:
- local: .gitlab/_rules.gitlab-ci.yml - local: .gitlab/_rules.gitlab-ci.yml
- local: /.gitlab/build.gitlab-ci.yml - local: /.gitlab/build.gitlab-ci.yml
- local: /.gitlab/deploy.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