Skip to content

Project Policy

Project policies assign findings to projects and can create sub-projects automatically.

Expected Output

{
  "project_ids": ["uuid-1", "uuid-2"],
  "create_projects": [
    {
      "name": "Auth Module",
      "parent_project_id": "parent-uuid",
      "path_prefix": "src/auth/"
    }
  ]
}
Field Type Description
project_ids UUID[] Existing projects to assign the finding to
create_projects object[] New sub-projects to create and assign