From 8610396fcfbcdb17b690ac6fddc957d3a6653605 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 3 Dec 2020 15:30:58 +0100 Subject: [PATCH] add license scanning template --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa60a1b1..2eef9934 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ image: python:3.6 +include: + - template: Security/License-Scanning.gitlab-ci.yml variables: POSTGRES_DB: smash -- GitLab