This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/.drone.yml
Tobias Brunner 731fe75607
All checks were successful
continuous-integration/drone/push Build is passing
colorful output ftw
2020-05-06 20:30:53 +02:00

19 lines
420 B
YAML

kind: pipeline
name: conftest
steps:
- name: policies
image: instrumenta/conftest:latest
commands:
- conftest test -p ./_test/policies ./
- name: deprek8
image: instrumenta/conftest:latest
failure: ignore
commands:
- conftest test -p ./_test/deprek8 ./
- name: kubeval
image: garethr/kubeval:latest
failure: ignore
commands:
- kubeval --force-color --strict --ignore-missing-schemas -d ./ -v 1.17