Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.unideploy.in/llms.txt

Use this file to discover all available pages before exploring further.

What the GitHub integration does

When you trigger a fix from the dashboard, UniDeploy:
  1. Clones your repository into an isolated sandbox
  2. Applies patches for all auto-fixable findings
  3. Commits the changes with a clear commit message per fix
  4. Opens a pull request against your default branch
You review and merge the PR. UniDeploy never pushes directly to main.

Connect your account

From the dashboard, go to Settings → Integrations → GitHub and follow the OAuth flow. You will be asked to grant repository access — you can restrict this to specific repositories.

Scan private repositories

Once connected, you can scan private repositories by URL:
unideploy scan https://github.com/your-org/private-repo
The CLI uses your authenticated session to fetch repository contents.

CI/CD integration

See CI/CD Integration → for GitHub Actions setup.