Skip to content

Getting Started

SecureObs setup has two sides:

  1. Configure a tenant, project, scanners, build gate, and API key in the dashboard.
  2. Add a small CI step that runs secureobs/scanner:v1 against 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.
  1. Follow the onboarding checklist.
  2. Add one integration:
  3. GitHub Actions
  4. Azure DevOps
  5. Confirm findings appear in the dashboard.
  6. Tune the build gate.
  7. 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.