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:
- Clones your repository into an isolated sandbox
- Applies patches for all auto-fixable findings
- Commits the changes with a clear commit message per fix
- 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.