Connect your first repository
10 min- 1Create an integration token
- 2Authorize GitHub or GitLab
- 3Select repositories
- 4Confirm default branch access
Implementation guides
Use these starter guides to connect repositories, run scans, add security gates, and turn compliance evidence into an operating workflow.
Minimal pipeline command for a SAST scan gate.
shomar scan \ --repo "$GITHUB_REPOSITORY" \ --branch "$GITHUB_REF_NAME" \ --fail-on critical \ --frameworks owasp-top-10,popia,ndpr