From: beierlm Date: Mon, 19 Apr 2021 19:42:10 +0000 (-0400) Subject: Use template for scanners X-Git-Tag: branch-sol006v331-start~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=d236104d05b816080a88c30d9986b03395a5f371 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 --- 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'