Make sure to complete the profile for your organization.
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.
{
"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"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions