Static Analysis
Static Analysis is the repository-side scanning workflow in Cloudgeni. It creates a Checkov-backed scan for a selected repository and gives you findings tied to files, checks, and resources inside that repository.What You Need First
- A connected Git provider
- A repository visible in Cloudgeni
Where It Lives
OpenCompliance & Security, stay on Findings, and use Data Sources to select the repository
you want to scan or review.
Programmatically, the same flow is exposed through:
POST /api/v1/organizations/:orgId/workspaces/:workspaceId/repositories/:repoId/static-analysiscloudgeni repo static-analysis create
What A Run Produces
A static analysis run becomes the current active analysis for that repository and exposes findings with code-side context such as:- File path
- Check identifier
- Severity
- Resource reference
How To Use It Well
Use Static Analysis when you want to:- Triage repository issues before opening a PR workflow
- Identify high-signal file-level problems
- Feed the result into a later agent or remediation session
Notes On Scope
Repository static analysis usescheckov as its analysis engine.
Related Pages
Scanning API
Trigger the same run from CI or scripts.
AI DevOps
Open an agent session when you want help fixing what the scan found.