Policy Verification for CI/CD

acc is a policy verification CLI that turns cloud controls into deterministic, explainable results for CI/CD.

Interactive Demo

See acc in action with a terminal walkthrough

View Quick Start GuideView on GitHub

Built for CI/CD Trust

Deterministic Exit Codes

Predictable exit codes (0=pass, 1=fail, 2=cannot complete) ensure your CI pipelines behave consistently.

Explainable Findings

Every violation includes rule name, severity, and clear descriptions—no black-box decisions.

Machine-Readable JSON

Structured JSON output with schema versioning makes integration with downstream tools trivial.

How It Works

1

Define Policies

Write policies in Rego (OPA) that enforce your security and compliance requirements.

2

Verify Artifacts

Run acc verify to check your images, SBOMs, and configurations against policies.

3

Gate Deployments

Use exit codes and JSON output in CI/CD to block non-compliant workloads from production.

Get Started

Download acc and run your first verification in minutes

Download Latest Release