Getting Started¶
SecureObs setup has two sides:
- Configure a tenant, project, scanners, build gate, and API key in the dashboard.
- Add a small CI step that runs
secureobs/scanner:v1against your repository.
Most teams can get their first scan running in under 10 minutes if Docker already works in CI.
Prerequisites¶
- A SecureObs private-beta tenant.
- Admin access to the repository you want to scan.
- Permission to add CI secrets and edit workflow YAML.
- A CI runner that can run Docker.
Recommended Order¶
- Follow the onboarding checklist.
- Add one integration:
- GitHub Actions
- Azure DevOps
- Confirm findings appear in the dashboard.
- Tune the build gate.
- Invite the rest of the team.
What You Need From The Dashboard¶
| Value | Where to find it | Secret? |
|---|---|---|
SECUREOBS_API_KEY |
API Keys -> New |
Yes |
SECUREOBS_TENANT_ID |
Organization settings | No |
SECUREOBS_PROJECT_ID |
Project integration panel | No |
The raw API key is shown once. Store it in your CI secret store immediately.