2022-07-20 13:23:11 +02:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
2022-07-21 11:45:02 +02:00
|
|
|
- name: run gitleaks
|
|
|
|
image: plugins/gitleaks
|
|
|
|
settings:
|
|
|
|
path: .
|
2022-07-21 11:45:38 +02:00
|
|
|
|
2022-07-20 13:28:02 +02:00
|
|
|
- name: lint
|
|
|
|
image: pipelinecomponents/ansible-lint
|
|
|
|
environment:
|
|
|
|
http_proxy: http://acng.grote.lan:9999
|
|
|
|
DEBIAN_FRONTEND: noninteractive
|
|
|
|
commands:
|
|
|
|
- ansible-lint --show-relpath .
|