Summary
Extend the git scanner to work with GitLab and Bitbucket repositories, including support for their specific branch naming conventions, MR/PR metadata, and CI integration.
Current State
scan.sh is git-native (works with any git repo locally)
- However, some features assume GitHub conventions (e.g.,
main/master as default branch)
- No integration with GitLab MRs or Bitbucket PRs for richer metadata
Proposed Enhancements
Acceptance Criteria
Summary
Extend the git scanner to work with GitLab and Bitbucket repositories, including support for their specific branch naming conventions, MR/PR metadata, and CI integration.
Current State
scan.shis git-native (works with any git repo locally)main/masteras default branch)Proposed Enhancements
glabCLI (if available)Acceptance Criteria