From e77b9922ed1eea9c0ecd00860a4755b2523dba5b Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Tue, 16 Nov 2021 03:56:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml - include security scanning --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82276da..a56a8bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ variables: # 3. committing to the default branch include: - template: "Workflows/MergeRequest-Pipelines.gitlab-ci.yml" + - template: "Security/Dependency-Scanning.gitlab-ci.yml" stages: - build