-
Notifications
You must be signed in to change notification settings - Fork 0
/
swagger.json
41 lines (41 loc) · 1.96 KB
/
swagger.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"swagger": "2.0",
"info": {
"description": "RestAPI for the Scorecard Object\n![Release](https://img.shields.io/github/v/release/ortelius/scec-scorecard?sort=semver)\n![license](https://img.shields.io/github/license/ortelius/.github)\n\n![Build](https://img.shields.io/github/actions/workflow/status/ortelius/scec-scorecard/build-push-chart.yml)\n[![MegaLinter](https://github.com/ortelius/scec-scorecard/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/ortelius/scec-scorecard/actions?query=workflow%3AMegaLinter+branch%3Amain)\n![CodeQL](https://github.com/ortelius/scec-scorecard/workflows/CodeQL/badge.svg)\n[![OpenSSF-Scorecard](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard/badge)](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard)\n\n![Discord](https://img.shields.io/discord/722468819091849316)",
"title": "Ortelius v11 Scorecard Microservice",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"name": "Ortelius Google Group",
"email": "ortelius-dev@googlegroups.com"
},
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "11.0.0"
},
"host": "localhost:3000",
"basePath": "/msapi/scorecard",
"paths": {
"/msapi/scorecard/:key": {
"get": {
"description": "Get a scorecard for a repo and commit sha",
"consumes": [
"*/*"
],
"produces": [
"application/json"
],
"tags": [
"scorecard"
],
"summary": "Get the OSSF scorecard for a repo",
"responses": {
"200": {
"description": "OK"
}
}
}
}
}
}