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 c4ad1cd commit 181b82aCopy full SHA for 181b82a
.gitlab-ci.yml
@@ -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