From 1fdd559a00ad852fe8436a8ca67b36e95b1027a0 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 13 Dec 2021 08:13:39 +0100 Subject: update GitLab CI configuration --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1eb2aee6e..1f8e36dcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,13 @@ variables: include: - template: Dependency-Scanning.gitlab-ci.yml + - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml +default: + tags: + - docker + stages: - assemble - test -- cgit v1.2.3