diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7888ba2ade0f1e7c38b6b6b3f1c5c3c8c1af8482..1e1b2e68bbff24015dbb6a8ad9a68bf4616b077c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,14 @@ include: file: '/templates/gitlab-ci-bash.yml' - project: 'to-be-continuous/semantic-release' ref: '3.10' - file: '/templates/gitlab-ci-semrel.yml' + file: '/templates/gitlab-ci-semrel.yml' + - project: 'to-be-continuous/gitleaks' + ref: '2.5' + file: '/templates/gitlab-ci-gitleaks.yml' stages: - build + - test - publish variables: diff --git a/.gitleaksignore b/.gitleaksignore new file mode 100644 index 0000000000000000000000000000000000000000..acbfc368f933b8cd67ddf98707c3df1e01cef275 --- /dev/null +++ b/.gitleaksignore @@ -0,0 +1 @@ +a64568eb3639a163cb0f387257017209a85869d7:README.md:generic-api-key:181 \ No newline at end of file