2021-01-02 02:40:57 +01:00
|
|
|
---
|
2021-01-04 19:23:41 +01:00
|
|
|
include:
|
|
|
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
|
|
|
|
2021-01-07 20:27:17 +01:00
|
|
|
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
|
|
|
|
|
2021-01-02 02:40:57 +01:00
|
|
|
stages:
|
|
|
|
- lint
|
2021-01-04 19:23:41 +01:00
|
|
|
- test
|
2021-01-02 02:40:57 +01:00
|
|
|
|
|
|
|
ansible-lint:
|
|
|
|
stage: lint
|
|
|
|
script:
|
2021-03-05 13:24:16 +01:00
|
|
|
- ansible-lint -f codeclimate *.yml > ansible-lint-report.json
|
|
|
|
artifacts:
|
|
|
|
reports:
|
|
|
|
codequality: ansible-lint-report.json
|