File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const { socketYmlSchemaV1 } = require('./lib/v1')
15
15
* @property {boolean } [projectReportsEnabled] enable/disable Github app project report checks
16
16
* @property {boolean } [pullRequestAlertsEnabled] enable/disable GitHub app pull request alert checks
17
17
* @property {boolean } [dependencyOverviewEnabled] enable/disable Pull request comments with details about changed dependencies
18
+ * @property {boolean } [authenticatedProjectReports] enable/disable authenticated project report URLs
18
19
*/
19
20
20
21
/**
@@ -53,7 +54,8 @@ const socketYmlSchema = {
53
54
} ,
54
55
projectReportsEnabled : { type : 'boolean' , nullable : true } ,
55
56
pullRequestAlertsEnabled : { type : 'boolean' , nullable : true } ,
56
- dependencyOverviewEnabled : { type : 'boolean' , nullable : true }
57
+ dependencyOverviewEnabled : { type : 'boolean' , nullable : true } ,
58
+ authenticatedProjectReports : { type : 'boolean' , nullable : true }
57
59
} ,
58
60
required : [ ] ,
59
61
additionalProperties : false ,
You can’t perform that action at this time.
0 commit comments