Compare commits
1 commit
d4ba9a37df
...
ae772b12b2
| Author | SHA1 | Date | |
|---|---|---|---|
| ae772b12b2 |
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
# gitlab stages
|
||||||
|
stages:
|
||||||
|
- "gitleaks"
|
||||||
|
- "linting"
|
||||||
|
|
||||||
|
# include components
|
||||||
|
include:
|
||||||
|
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"
|
||||||
|
- 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/yamllint/yamllint@1.0.2"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue