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.
Seamlessly add production readiness checks to your workflow
Create an API key in your ProdSensor settings. Store it as a secret in your repository.
Add the GitHub Action to your workflow or use the CLI in your existing scripts.
Configure thresholds to block merges when critical issues are introduced.
Multiple ways to integrate with your development workflow
Drop-in action for GitHub workflows. Automatically comments on PRs with analysis results and can block merges.
Command-line interface for any CI system. Installable via pip with configurable exit codes for different verdicts.
Set custom thresholds for when to fail builds. Block on blockers only, or require a minimum score.
Automatic comments on pull requests with analysis summary, score, and link to full report.
Get started in minutes with these examples
- uses: prodsensor/action@v1
with:
api-key: ${{ secrets.PRODSENSOR_API_KEY }}
fail-on: 'blockers'
comment-on-pr: 'true'
pip install prodsensor-cli
export PRODSENSOR_API_KEY=ps_live_xxx
prodsensor analyze https://github.com/owner/repo
Stop regressions before they reach production. Start automating today.
Get Your API Key Free account. No credit card required.