Reorder CI

This commit is contained in:
Zedifus 2022-06-10 15:56:03 +01:00
parent 15ace49660
commit 6c1b83d14d

View File

@ -12,6 +12,14 @@ variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs" 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: sast:
variables: variables:
SAST_EXCLUDED_PATHS: spec, test, tests, tmp, migrations, vendors SAST_EXCLUDED_PATHS: spec, test, tests, tmp, migrations, vendors
@ -22,11 +30,3 @@ sast:
secret_detection: secret_detection:
variables: variables:
SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors 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