Use template for scanners 69/10669/2
authorbeierlm <mark.beierl@canonical.com>
Mon, 19 Apr 2021 19:42:10 +0000 (15:42 -0400)
committersousaedu <eduardo.sousa@canonical.com>
Mon, 19 Apr 2021 21:52:40 +0000 (23:52 +0200)
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 <mark.beierl@canonical.com>
.gitlab-ci.yml

index f7b352b..8a68d43 100644 (file)
@@ -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'