From ddc9554b0b1515c6323db27c423b2baabe6b457a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Lafoucri=C3=A8re?= Date: Wed, 2 Sep 2020 20:14:29 +0000 Subject: Specify jobs one by one --- .gitlab-ci.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b141384..8b7c2a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,12 +69,6 @@ code_quality: extends: .use-docker-in-docker rules: *workflow_rules -.sast-analyzer: - rules: *workflow_rules - -.ds-analyzer: - rules: *workflow_rules - code_navigation: image: sourcegraph/lsif-go:v1 allow_failure: true @@ -83,3 +77,14 @@ code_navigation: artifacts: reports: lsif: dump.lsif + +# SAST +gosec-sast: + rules: *workflow_rules + +# Dependency Scanning +gemnasium-dependency_scanning: + rules: *workflow_rules + +bundler-audit-dependency_scanning: + rules: *workflow_rules \ No newline at end of file -- cgit v1.2.1