Scan Types
Each scan can include one or more of the following analysis types:- Static Analysis: AI-native SAST that goes beyond pattern matching to reason about data flow, taint propagation, and exploit paths across your codebase.
- Penetration Test: Deploys a swarm of AI agents that simulate attacks against your application to find exploitable vulnerabilities.
- Software Composition Analysis: Scans dependencies for known vulnerabilities and license compliance issues.
Running a Scan
- Go to Scans in the dashboard, or use the New Scan quick action
- Select one or more repositories to scan
- Choose your scan types
- Trigger the scan. Results appear in the Scans and Vulnerabilities views as they come in.
When to Use Scans
- After connecting a new repository to establish a security baseline
- Before a major release to catch issues that accumulated across PRs
- After updating policy packs to find existing violations in older code
- On a recurring basis to maintain visibility into your security posture

