Home / Features / CI/CD Integration
Automation

Automate Quality Checks in Your Pipeline

Integrate production readiness checks into your CI/CD workflow with our GitHub Action and CLI tool. Block PRs that introduce regressions and enforce quality gates automatically.

GitHub Action
CLI Tool
API Keys
PR Comments

How CI/CD Integration Works

Seamlessly add production readiness checks to your workflow

1

Generate API Key

Create an API key in your ProdSensor settings. Store it as a secret in your repository.

2

Add to Pipeline

Add the GitHub Action to your workflow or use the CLI in your existing scripts.

3

Enforce Gates

Configure thresholds to block merges when critical issues are introduced.

Integration Options

Multiple ways to integrate with your development workflow

GitHub Action

Drop-in action for GitHub workflows. Automatically comments on PRs with analysis results and can block merges.

CLI Tool

Command-line interface for any CI system. Installable via pip with configurable exit codes for different verdicts.

Configurable Thresholds

Set custom thresholds for when to fail builds. Block on blockers only, or require a minimum score.

PR Comments

Automatic comments on pull requests with analysis summary, score, and link to full report.

Quick Start

Get started in minutes with these examples

GitHub Action

- uses: prodsensor/action@v1
  with:
    api-key: ${{ secrets.PRODSENSOR_API_KEY }}
    fail-on: 'blockers'
    comment-on-pr: 'true'

CLI Tool

pip install prodsensor-cli
export PRODSENSOR_API_KEY=ps_live_xxx
prodsensor analyze https://github.com/owner/repo

Automate Your Quality Gates

Stop regressions before they reach production. Start automating today.

Get Your API Key Free account. No credit card required.