Skip to content

Commit 6bdc41a

Browse files
author
Jonathan Wenger
committed
Update app sec pipeline for gitlab
1 parent 8705b9f commit 6bdc41a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.gitlab-ci.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
stages:
2-
- test
3-
sast:
4-
stage: test
51
include:
6-
- template: Security/SAST.gitlab-ci.yml
7-
default:
8-
tags:
9-
- prd
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)