2022-07-23 10:59:46 +02:00
|
|
|
---
|
|
|
|
kind: pipeline
|
2022-11-04 20:58:37 +01:00
|
|
|
type: kubernetes
|
2022-07-23 10:59:46 +02:00
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: run gitleaks
|
|
|
|
image: plugins/gitleaks
|
|
|
|
settings:
|
|
|
|
path: .
|
|
|
|
|
|
|
|
- name: lint
|
|
|
|
image: pipelinecomponents/ansible-lint
|
|
|
|
environment:
|
2022-11-11 20:08:39 +01:00
|
|
|
http_proxy: http://acng2.grote.lan:9999
|
2022-07-23 10:59:46 +02:00
|
|
|
DEBIAN_FRONTEND: noninteractive
|
|
|
|
commands:
|
|
|
|
- ansible-lint --show-relpath .
|