Skip to main content

Integrations

Seamlessly integrate Juro compliance scanning into your existing development workflow with our comprehensive integration options.

Development Workflow Integrations

GitHub Actions

Automated compliance checks in your CI/CD pipeline with PR comments and status checks.

Learn More

CLI Tools

Command-line interface for local scanning, custom rules, and automated workflows.

Learn More

IDE Setup

Real-time compliance feedback directly in your IDE with instant violation highlighting.

Learn More

MCP Protocol

Model Context Protocol integration for AI agent communication and automation.

Learn More

Quick Setup Examples

GitHub Actions Workflow

name: 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

CLI Installation

# Install Juro CLI
npm install -g @juro/cli

# Scan your project
juro scan --project ./my-project

# Set up git hooks
juro setup --git-hooks

Supported Platforms

Version Control

  • GitHub
  • GitLab
  • Bitbucket
  • Azure DevOps

CI/CD Platforms

  • GitHub Actions
  • GitLab CI
  • Jenkins
  • CircleCI
  • Azure Pipelines

IDEs & Editors

  • VS Code
  • IntelliJ IDEA
  • Vim/Neovim
  • Emacs
  • CLI Tools

Get Started

Choose your integration method and follow our step-by-step guides to get Juro working with your development workflow.