Skip to content

Commit 703ff06

Browse files
authored
Merge pull request #20 from SocketDev/authenticated-project-report-urls
2 parents 96395a7 + 0a392ac commit 703ff06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)