diff --git a/openapi.yaml b/openapi.yaml index 953c9bbc..5a3da019 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -223,6 +223,11 @@ definitions: x-order: 4 items: type: string + maintainersAnnotation: + type: array + x-order: 5 + items: + type: string VerifiedScorecardResult: type: object diff --git a/scorecards-site/static/viewer/index.html b/scorecards-site/static/viewer/index.html index a1c4fe7a..0a37b930 100644 --- a/scorecards-site/static/viewer/index.html +++ b/scorecards-site/static/viewer/index.html @@ -931,6 +931,12 @@
{{this}}
{{/each}} {{/if}} + {{#if maintainersAnnotation}} +
Maintainers Annotation
+ {{#each maintainersAnnotation}} +
{{this}}
+ {{/each}} + {{/if}}