Make sure to provide a description for your repository. Adding a description will help users understand its purpose and when to use it. Learn more: https://docs.github.com/en/enterprise-cloud@latest/repositories/creating-and-managing-repositories/creating-a-new-repository
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.
{
"target": "GHRepository",
"if": {
"allOf": [
{
"resource": "GHRepository",
"property": "Description",
"operator": "notEquals",
"value": ""
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions