We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11c62 commit 33fbbfdCopy full SHA for 33fbbfd
.gitlab-ci.yml
@@ -1,7 +1,8 @@
1
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
+ - project: "prodsec/security-ci-cd"
+ ref: release-0.1.7
+ file: "templates/security-ci-cd.yml"
+
+sast:tests:
+ extends: .sast:tests
8
+ stage: testing:development
0 commit comments