Commit 2c9a38b

mo <mo.khan@gmail.com>
2019-07-23 20:30:07
include the container-scanning template
1 parent 66a4c84
Changed files (1)
.gitlab-ci.yml
@@ -5,6 +5,9 @@ stages:
   - build
   - test
 
+include:
+  - template: Container-Scanning.gitlab-ci.yml
+
 build:
   image: docker:stable
   stage: build