Skip to content

datreeio/datree-circleci-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datree Orb CircleCI status CircleCI Orb Version GitHub 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.

🏗️ How to setup?

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).

📙 How to use?

Examples can be found here.

😎 How to contribute

Feel free to contribute to this orb by opening an issue or creating a pull request.

🏹 Resources

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