Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 556998a

Browse files
author
Seraphim R.P
committed
Add some CI help.
1 parent 96a6c23 commit 556998a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ variables:
77
POSTGES_PASSWORD: dev
88
POSTGRES_HOST_AUTH_METHOD: trust
99

10+
include:
11+
- template: Container-Scanning.gitlab-ci.yml
12+
- template: Dependency-Scanning.gitlab-ci.yml
13+
- template: Security/SAST.gitlab-ci.yml
14+
- template: Code-Quality.gitlab-ci.yml
15+
1016
stages:
1117
- test
1218
- build

0 commit comments

Comments
 (0)