Skip to main content

GitHub Actions

Cloudgeni does not need a special managed GitHub Action to be useful in CI. The stable pattern is to call the scan API directly from your workflow.

Static Analysis Example

If You Want Cloud Scans Instead

Call the cloud infra scan endpoint instead: /api/v1/organizations/:orgId/workspaces/:workspaceId/cloud/:integrationId/:analysisEngine/infra-scans Typical analysisEngine values in the current product:
  • prowler-ocsf
  • aws-security-hub
  • azure-defender

Next

See Scanning API for the endpoint shapes that back these examples.