File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
plugins/scorecard/src/alpha/extensions Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,11 @@ scorecard:
176176 type : statusGrouped
177177 description : This KPI is provide information about Jira open issues grouped by status.
178178 metricId : jira.open_issues
179+ licenseFileExistsKpi :
180+ title : License File Exists KPI
181+ type : statusGrouped
182+ description : This KPI is provide information about whether the license file exists in the repository.
183+ metricId : github.files_check.license
179184 plugins :
180185 jira :
181186 open_issues :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function AggregatedCardWithGithubOpenPrsContent() {
4848}
4949
5050function AggregatedCardWithGithubFilesCheckLicenseContent ( ) {
51- return < ScorecardHomepageCard aggregationId = "github.files_check.license " /> ;
51+ return < ScorecardHomepageCard aggregationId = "licenseFileExistsKpi " /> ;
5252}
5353
5454function AggregatedCardWithGithubFilesCheckCodeownersContent ( ) {
You can’t perform that action at this time.
0 commit comments