Estimated time: 5 minutes. You will need permission to install a GitHub App on your organization.
Prerequisites
- A GitHub organization where you can install applications
- A Clarion workspace with the GitHub integration page open
Connect
- In Clarion, open Integrations and find GitHub under Essentials.
- Click Connect and complete the GitHub App installation.
- Choose whether to grant access to all repositories or a selected subset.
- Return to Clarion — the integration shows as connected once the installation callback lands.
Commit identity
Under the integration’s settings you can set the name and email Clarion uses when an agent authors a commit. Pick something that reads clearly in your history, e.g.Clarion Agent <clarion@yourcompany.com>.
What Clarion ingests
Repository security events feed the Code & Supply Chain and Dependabot Alerts agents:- Secret-scanning and code-scanning alerts
- Dependabot vulnerability alerts
- Branch-protection and ruleset changes
- Repository visibility changes
- Force pushes to default branches
- Organization owner additions
- Tag and release activity
Repository discovery into the Brain
Clarion discovers your repositories as assets, along with the governance metadata that makes them judgeable: rulesets, workflows, open alert counts, org custom properties, and CODEOWNERS. Repositories correlate with cloud resources and observability services that reference them, so an alert on a service resolves to the repository that builds it. Software bills of materials are captured per repository, which is what lets the Dependabot agent reason about reachability rather than just CVE presence.What agents can do
- Read repository contents, history, and pull requests during an investigation.
- Assess the blast radius of a code finding across the organization.
- Open a remediation pull request, push commits to it, and iterate until CI is green.
- Comment on and label issues and pull requests.
Related agents
Code & Supply Chain
Repository integrity, CI/CD, and org governance.
Dependabot Alerts
Auto-fix PRs driven to green CI.