Add some tests from gitlab
This commit is contained in:
parent
e42eda52ac
commit
e44e7caa11
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue