Skip to content

Commit f08fa33

Browse files
cookiecutter-e3leocardao
authored andcommitted
Add 'gitleaks' job to e3-* repositories
`gitleaks` is a job to detect secret leaks and will especially ensure that no data on export control policy is pushed to a repository. > **Note:** > > This commit will only add a merge request CI job. Gitleaks needs a > configuration file to work, and currently, it must first be added to the > target repository before being able to run the `gitleaks` job. it/org/software-supply-chain/product-security/issues#71 See merge request it/cookiecutter-e3!89 of the template
1 parent 413fd33 commit f08fa33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ default:
2828
- run_as_root:false
2929
interruptible: true
3030

31+
include:
32+
- component: $CI_SERVER_FQDN/it/gitlab-templates/gitleaks@~latest
33+
inputs:
34+
stage: checks
35+
3136
# Common
3237

3338
.tox-common:

0 commit comments

Comments
 (0)