Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.11 KB

install.md

File metadata and controls

40 lines (26 loc) · 1.11 KB

Installation

Conftest is available for Windows, macOS and Linux on the releases page.

On Linux and macOS you can download as follows:

wget https://github.com/open-policy-agent/conftest/releases/download/v0.25.0/conftest_0.25.0_Linux_x86_64.tar.gz
tar xzf conftest_0.25.0_Linux_x86_64.tar.gz
sudo mv conftest /usr/local/bin

Brew

Install with Homebrew on macOS or Linux:

brew install conftest

Scoop

You can also install using Scoop on Windows:

scoop install conftest

Docker

Conftest Docker images are also available. Simply mount your configuration and policy at /project and specify the relevant command like so:

$ docker run --rm -v $(pwd):/project openpolicyagent/conftest test deployment.yaml
FAIL - deployment.yaml - Containers must not run as root in Deployment hello-kubernetes

1 test, 0 passed, 0 warnings, 1 failure, 0 exceptions

NOTE: The instrumenta/conftest image is deprecated and will no longer be updated. Please use the openpolicyagent/conftest image.