https://github.com/datreeio/datree-circleci-orb
A CircleCI orb for using the Datree CLI in your CircleCI jobs.
https://github.com/datreeio/datree-circleci-orb
circleci datree k8s kubernetes kubernetes-manifests
Last synced: about 1 year ago
JSON representation
A CircleCI orb for using the Datree CLI in your CircleCI jobs.
- Host: GitHub
- URL: https://github.com/datreeio/datree-circleci-orb
- Owner: datreeio
- License: mit
- Created: 2022-05-20T20:27:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T08:12:31.000Z (over 3 years ago)
- Last Synced: 2025-01-25T07:41:43.661Z (over 1 year ago)
- Topics: circleci, datree, k8s, kubernetes, kubernetes-manifests
- Language: Smarty
- Homepage: https://circleci.com/developer/orbs/orb/datree/datree
- Size: 46.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Datree Orb [](https://circleci.com/gh/datreeio/datree-circleci-orb) [](https://circleci.com/developer/orbs/orb/naorpeled/datree) [](https://raw.githubusercontent.com/datreeio/datree-circleci-orb/main/LICENSE)
CircleCI orb for using the Datree CLI in your CircleCI jobs.
# 🤖 What is Datree?
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](https://www.datree.io/).
### 🏗️ How to setup?
Get started in 2 simple steps:
- Obtain your Datree account token by following the instructions described [here](https://hub.datree.io/setup/account-token#connect-your-dashboard-to-the-cli).
- Configure your token by setting DATREE_TOKEN as an [environment variable](https://circleci.com/docs/2.0/env-vars/#environment-variable-usage-options) (an example can be found [here](https://circleci.com/developer/orbs/orb/naorpeled/datree#usage-policy-check)).
### 📙 How to use?
Examples can be found [here](https://circleci.com/developer/orbs/orb/naorpeled/datree#quick-start).
### 😎 How to contribute
Feel free to contribute to this orb by opening an issue or creating a pull request.
## 🏹 Resources
[Datree's website](https://www.datree.io/) - The official Datree website.
[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/naorpeled/datree) - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs