From d236104d05b816080a88c30d9986b03395a5f371 Mon Sep 17 00:00:00 2001 From: beierlm Date: Mon, 19 Apr 2021 15:42:10 -0400 Subject: [PATCH] Use template for scanners Update the gitlab ci file to use the same standard template that all the other OSM projects use Change-Id: I6412a1b5b035561d768e6fbf8b3208f7a19456cb Signed-off-by: beierlm --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7b352b7..8a68d43f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,5 @@ ## include: - - template: Security/Dependency-Scanning.gitlab-ci.yml - - template: Security/SAST.gitlab-ci.yml - - template: Security/Secret-Detection.gitlab-ci.yml \ No newline at end of file + - project: 'devops/cicd' + file: '/templates/osm-base.yml' -- 2.17.1