CircleCI orb for using the Datree CLI in your CircleCI jobs.
Datree is a CLI tool that provides a policy enforcement solution to run automatic checks for rule violations on Kuberenetes configuration files.
This orb exposes a command and executor that run the Datree CLI against given k8s configuration file(s) in your repository, featuring full Helm and Kustomize support.
To learn more about Datree, visit the Datree website.
Get started in 2 simple steps:
- Obtain your Datree account token by following the instructions described here.
- Configure your token by setting DATREE_TOKEN as an environment variable (an example can be found here).
Examples can be found here.
Feel free to contribute to this orb by opening an issue or creating a pull request.
Datree's website - The official Datree website.
CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described.
CircleCI Orb Docs - Docs for using and creating CircleCI Orbs