> ## Documentation Index
> Fetch the complete documentation index at: https://docs.promptguard.co/llms.txt
> Use this file to discover all available pages before exploring further.

# CI/CD Security Gate

> Run AI security tests on every pull request.

<Info>
  **Coming soon.** The PromptGuard GitHub Action is under active development. [Contact us](mailto:support@promptguard.co) for early access.
</Info>

The CI/CD Security Gate will run automated adversarial tests against your security configuration on every pull request.

**Available today:** Use the [CLI](/tools/cli) in any CI pipeline:

```bash theme={"system"}
promptguard scan --directory . --format json
```

See [Best Practices](/production/best-practices) for integrating PromptGuard into your deployment workflow.
