Skip to content

Commit 33fbbfd

Browse files
Update .gitlab-ci.yml
1 parent 2d11c62 commit 33fbbfd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
include:
2-
- project: sre/gitlab-templates
3-
ref: v4
4-
file:
5-
- pipelines/common/security/sast.yml
6-
- pipelines/common/stages/stages.yml
7-
- pipelines/common/workflows/trunk.yml
2+
- project: "prodsec/security-ci-cd"
3+
ref: release-0.1.7
4+
file: "templates/security-ci-cd.yml"
5+
6+
sast:tests:
7+
extends: .sast:tests
8+
stage: testing:development

0 commit comments

Comments
 (0)