GitHub repository Severitylow builtIn

Description

Make sure to provide a description for your repository. Adding a description will help users understand its purpose and when to use it.

Recommendation

1. Go to your Repository. 
2. Select the 'Code' section. 
3. Under the 'About' section, click on the settings icon to edit the repository details. 
4. Ensure the 'Description' field is not empty. Provide a short description of this repository.

Policy Rule

{
  "target": "GHRepository",
  "if": {
    "allOf": [
      {
        "resource": "GHRepository",
        "property": "Description",
        "operator": "notEquals",
        "value": ""
      }
    ]
  },
  "then": {
    "effect": "Audit"
  }
}