ci: added gitleaks
This commit is contained in:
parent
71396f37c7
commit
8cb13c3fa7
1 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
stages:
|
stages:
|
||||||
|
|
||||||
# stages
|
# stages
|
||||||
|
- "gitleaks"
|
||||||
- "linting"
|
- "linting"
|
||||||
- "build"
|
- "build"
|
||||||
- "deployment"
|
- "deployment"
|
||||||
|
|
@ -12,10 +13,11 @@ stages:
|
||||||
# include jobs
|
# include jobs
|
||||||
include:
|
include:
|
||||||
|
|
||||||
# deployment
|
# locals
|
||||||
- local: ".gitlab/build.yaml"
|
- local: ".gitlab/build.yaml"
|
||||||
- local: ".gitlab/deployment.yaml"
|
- local: ".gitlab/deployment.yaml"
|
||||||
|
|
||||||
# linting
|
# components
|
||||||
|
- component: "$CI_SERVER_FQDN/components/gitleaks/gitleaks@v1.0.0"
|
||||||
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
|
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
|
||||||
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"
|
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue