Tool integration

Datree Integration Guide

Kubernetes misconfiguration prevention CLI with 100+ built-in rules and offline mode

Get a Free API Key

Integrate Datree with Vulnetix. Scan Kubernetes manifests for misconfigurations and security issues, output results as JSON, and upload to Vulnetix.

SaaS platformJSONJUnit

Install & scan

$ # Homebrew
brew tap datreeio/datree && brew install datree

# Shell script
curl https://get.datree.io | /bin/bash
$ datree test ./manifests/*.yaml --output json 2>&1 | tee datree-report.json

Run Datree in CI

Scan on every push and upload the results to Vulnetix:

- name: Install Datree
  run: curl https://get.datree.io | /bin/bash

- name: Scan Kubernetes manifests
  run: datree test ./manifests/*.yaml --output json > datree-report.json || true

- name: Upload to Vulnetix
  run: vulnetix upload --file datree-report.json

Centralise Datree results in Vulnetix

Upload Datree JSON, JUnit output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Datree documentation ↗  ·  Source repository ↗

Wire Datree into your CI/CD pipeline →