GitHub organization low builtIn

Description

Make sure to complete the profile for your organization. Learn more: https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository

Recommendation

1. Go to Organization Settings. 
2. Select the 'General' section of the sidebar. 
3. Ensure the profile is complete by filling in the fields: Name, Description, Url, Location and Picture.

Policy Rule

{
  "target": "GHOrganization",
  "if": {
    "allOf": [
      {
        "resource": "GHOrganization",
        "property": "Name",
        "operator": "notEquals",
        "value": ""
      },
      {
        "resource": "GHOrganization",
        "property": "Description",
        "operator": "notEquals",
        "value": ""
      },
      {
        "resource": "GHOrganization",
        "property": "Url",
        "operator": "notEquals",
        "value": ""
      },
      {
        "resource": "GHOrganization",
        "property": "Location",
        "operator": "notEquals",
        "value": ""
      },
      {
        "resource": "GHOrganization",
        "property": "AvatarUrl",
        "operator": "notEquals",
        "value": ""
      }
    ]
  },
  "then": {
    "effect": "Audit"
  }
}