Seamlessly integrate Juro compliance scanning into your existing development workflow with our comprehensive integration options.
Automated compliance checks in your CI/CD pipeline with PR comments and status checks.
Learn MoreCommand-line interface for local scanning, custom rules, and automated workflows.
Learn MoreReal-time compliance feedback directly in your IDE with instant violation highlighting.
Learn MoreModel Context Protocol integration for AI agent communication and automation.
Learn Morename: Compliance Check
on: [push, pull_request]
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Juro Compliance Check
uses: juro/compliance-action@v1
with:
regulations: '["GDPR", "SOC2"]'
fail-on-violations: true# Install Juro CLI
npm install -g @juro/cli
# Scan your project
juro scan --project ./my-project
# Set up git hooks
juro setup --git-hooksChoose your integration method and follow our step-by-step guides to get Juro working with your development workflow.