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

20 lines
437 B
YAML
Raw Permalink Normal View History

2020-05-04 18:48:03 +00:00
kind: pipeline
2021-08-24 19:38:05 +00:00
type: kubernetes
2020-05-04 18:48:03 +00:00
name: conftest
steps:
2020-05-04 19:03:53 +00:00
- name: policies
image: instrumenta/conftest:latest
commands:
- conftest test -p ./_test/policies ./
2020-05-04 18:48:03 +00:00
- name: deprek8
2020-05-04 19:03:53 +00:00
image: instrumenta/conftest:latest
2020-05-04 19:05:19 +00:00
failure: ignore
2020-05-04 18:48:03 +00:00
commands:
2020-05-04 19:03:53 +00:00
- conftest test -p ./_test/deprek8 ./
2020-05-05 18:19:00 +00:00
- name: kubeval
image: garethr/kubeval:latest
failure: ignore
commands:
2020-05-06 18:30:53 +00:00
- kubeval --force-color --strict --ignore-missing-schemas -d ./ -v 1.17