mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Reorder CI
This commit is contained in:
parent
15ace49660
commit
6c1b83d14d
@ -12,6 +12,14 @@ variables:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
|
||||
include:
|
||||
- local: .gitlab/lint.yml
|
||||
- local: .gitlab/docker-build.yml
|
||||
- local: .gitlab/windows-build.yml
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
||||
sast:
|
||||
variables:
|
||||
SAST_EXCLUDED_PATHS: spec, test, tests, tmp, migrations, vendors
|
||||
@ -22,11 +30,3 @@ sast:
|
||||
secret_detection:
|
||||
variables:
|
||||
SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors
|
||||
|
||||
include:
|
||||
- local: .gitlab/lint.yml
|
||||
- local: .gitlab/docker-build.yml
|
||||
- local: .gitlab/windows-build.yml
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
Loading…
Reference in New Issue
Block a user