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>
##
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'