What You’ll Need
- A CodeThreat account (sign up here)
- Access to repositories you want to scan (GitHub, GitLab, Azure DevOps, or Bitbucket)
- Admin permissions for those repositories
Step 1: Sign Up and Create Your Organization
Create Your Account
Visit app.codethreat.com/signup and sign up with your email or GitHub account.
Step 2: Connect Your Version Control System
Choose your VCS provider and follow the connection steps:- GitHub
- GitLab
- Azure DevOps
- Bitbucket
- Navigate to Settings → Integrations
- Click Connect GitHub
- Authorize CodeThreat to access your repositories
- Select repositories to import
GitHub connection complete! Your repositories will appear in the dashboard.
Step 3: Run Your First Scan
Trigger a Scan
Click the Scan Now button in the repository view.CodeThreat will:
- Clone your repository
- Run SAST, SCA, Secrets Detection, and IaC Security scans
- Process results and calculate security scores
Initial scans typically complete within 2-5 minutes, depending on repository size.
Step 4: Review Your First Violation
Examine a Violation
Click any violation to view:
- Code snippet showing the vulnerable code
- Location (file and line number)
- Severity with CVSS and EPSS scores
- Description explaining the security risk
- Remediation steps to fix the issue
