From e1109a7662873de8615c08dab69de737d1ff3c67 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