From 0fd3ebf26a7b6b2fd82b20574d304d80d2651283 Mon Sep 17 00:00:00 2001 From: Jonas Zohren <jonas.zohren@tu-dortmund.de> Date: Thu, 10 Sep 2020 22:40:51 +0200 Subject: [PATCH] Try the dependency scanning template --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d3092d..ab607c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +include: + - template: Dependency-Scanning.gitlab-ci.yml + + # This file is a template, and might need editing before it works on your project. docker-build-master: # Official docker image. -- GitLab