Skip to content

Commit 181b82a

Browse files
authored
Create .gitlab-ci.yml
1 parent c4ad1cd commit 181b82a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
stages:
2+
- test
3+
sast:
4+
stage: test
5+
include:
6+
- template: Jobs/SAST.gitlab-ci.yml
7+
- template: Jobs/Secret-Detection.gitlab-ci.yml
8+
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
9+
10+
secret_detection:
11+
before_script:
12+
- cat .gitlab/gitleaks-custom-rules.toml >> /gitleaks.toml

0 commit comments

Comments
 (0)