Tool integration

Gatekeeper Integration Guide

OPA-powered Kubernetes admission controller for runtime policy enforcement and compliance auditing

Get a Free API Key

Integrate OPA Gatekeeper with Vulnetix. Deploy Gatekeeper to your Kubernetes cluster, export audit violations as JSON, and upload policy findings to Vulnetix.

SaaS platformJSON

Run Gatekeeper in CI

Scan on every push and upload the results to Vulnetix:

- name: Export Gatekeeper violations
  run: |
    kubectl get constraints -A -o json       | jq '[.items[] | {constraint: .metadata.name, violations: (.status.violations // [])}]'       > gatekeeper-violations.json

- name: Upload to Vulnetix
  run: vulnetix upload --file gatekeeper-violations.json

Centralise Gatekeeper results in Vulnetix

Upload Gatekeeper JSON 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.

Gatekeeper documentation ↗  ·  Source repository ↗

Wire Gatekeeper into your CI/CD pipeline →