Repositories & Branches
A repository is a connected codebase from your SCM (currently GitHub). Inside a repository, the platform tracks branches and pull requests as separate scan targets.
Key Ideas:
- Branch = long-lived security posture (e.g., main, release/*)
- Pull Request = change-level security signal (what changed, what risk is introduced)
The Platform’s UI Will Typically Let You:
- View security posture for each repo/branch
- Review PR scan findings inline (PR-focused noise reduction)
- Trigger an on-demand “main branch scan” from UI when needed