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
Use the workflow fromCompliance -> Static Analysis in the app.
Programmatically, the same flow is exposed through:
POST /api/v1/organizations/:orgId/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
The current backend only acceptscheckov as the analysis engine for this workflow. Keep the docs
and any automation examples honest about that.
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.