Skip to content

Commit 06c4412

Browse files
NikolaySSarumyan
authored andcommitted
ops: enable GitLab SAST scanning (DCF-712)
1 parent aa6d345 commit 06c4412

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ workflow:
1010
when: never
1111

1212
include:
13+
- template: Security/SAST.gitlab-ci.yml
1314
- local: 'engine/.gitlab-ci.yml'
1415
- local: 'ui/.gitlab-ci.yml'
1516

@@ -24,4 +25,4 @@ empty-job:
2425
changes:
2526
- engine/**/*
2627
- ui/**/*
27-
when: never
28+
when: never

0 commit comments

Comments
 (0)