Everything you need to integrate ProdSensor into your workflow
New to ProdSensor? Start here to learn the basics and run your first analysis.
Automate production readiness checks in your pipeline.
Build custom integrations with our REST API.
POST /v1/analyze/repo
GET /v1/runs/{id}/report.json
Learn how we protect your code and data.
Common tasks and code examples
- uses: prodsensor/action@v1
with:
api-key: ${{ secrets.PRODSENSOR_API_KEY }}
fail-on: 'blockers'
comment-on-pr: 'true'
# Install
pip install prodsensor-cli
# Set API key
export PRODSENSOR_API_KEY=ps_live_xxx
# Analyze
prodsensor analyze https://github.com/owner/repo