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')
1515 * @property {boolean } [projectReportsEnabled] enable/disable Github app project report checks
1616 * @property {boolean } [pullRequestAlertsEnabled] enable/disable GitHub app pull request alert checks
1717 * @property {boolean } [dependencyOverviewEnabled] enable/disable Pull request comments with details about changed dependencies
18+ * @property {boolean } [authenticatedProjectReports] enable/disable authenticated project report URLs
1819 */
1920
2021/**
@@ -53,7 +54,8 @@ const socketYmlSchema = {
5354 } ,
5455 projectReportsEnabled : { type : 'boolean' , nullable : true } ,
5556 pullRequestAlertsEnabled : { type : 'boolean' , nullable : true } ,
56- dependencyOverviewEnabled : { type : 'boolean' , nullable : true }
57+ dependencyOverviewEnabled : { type : 'boolean' , nullable : true } ,
58+ authenticatedProjectReports : { type : 'boolean' , nullable : true }
5759 } ,
5860 required : [ ] ,
5961 additionalProperties : false ,
You can’t perform that action at this time.
0 commit comments