Compare commits
1 commit
e759ea1e42
...
1a961a1713
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a961a1713 |
2 changed files with 14 additions and 1 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"
|
||||||
|
|
@ -25,7 +25,7 @@ steps:
|
||||||
# ansible-lint
|
# ansible-lint
|
||||||
- name: "ansible-lint"
|
- name: "ansible-lint"
|
||||||
# renovate: datasource=docker depName=docker.io/pipelinecomponents/ansible-lint
|
# renovate: datasource=docker depName=docker.io/pipelinecomponents/ansible-lint
|
||||||
image: "cr.simoncor.net/dockerhub/pipelinecomponents/ansible-lint:0.79.11"
|
image: "cr.simoncor.net/dockerhub/pipelinecomponents/ansible-lint:0.79.0"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "gitleaks"
|
- "gitleaks"
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue