Skip to content

Commit

Permalink
feat: new deployment protection rule endpoints, new private reportin…
Browse files Browse the repository at this point in the history
…g of security vulnerability endpoint (#307)
  • Loading branch information
octokitbot authored Apr 28, 2023
1 parent fe649a8 commit 1bdadf4
Show file tree
Hide file tree
Showing 21 changed files with 4,539 additions and 368 deletions.
1,239 changes: 1,135 additions & 104 deletions cache/api.github.com.json

Large diffs are not rendered by default.

1,239 changes: 1,135 additions & 104 deletions cache/ghec.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cache/ghes-3.5.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "11.0.0",
"version": "11.1.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down Expand Up @@ -32516,7 +32516,7 @@
"/repos/{owner}/{repo}/events": {
"get": {
"summary": "List repository events",
"description": "",
"description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
"tags": [
"activity"
],
Expand Down
4 changes: 2 additions & 2 deletions cache/ghes-3.6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "11.0.0",
"version": "11.1.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down Expand Up @@ -33055,7 +33055,7 @@
"/repos/{owner}/{repo}/events": {
"get": {
"summary": "List repository events",
"description": "",
"description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
"tags": [
"activity"
],
Expand Down
127 changes: 115 additions & 12 deletions cache/ghes-3.7.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "11.0.0",
"version": "11.1.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down Expand Up @@ -33886,7 +33886,7 @@
"/repos/{owner}/{repo}/events": {
"get": {
"summary": "List repository events",
"description": "",
"description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
"tags": [
"activity"
],
Expand Down Expand Up @@ -156071,6 +156071,56 @@
"sender"
]
},
"webhook-rubygems-metadata": {
"title": "Ruby Gems metadata",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"readme": {
"type": "string"
},
"homepage": {
"type": "string"
},
"version_info": {
"type": "object",
"properties": {
"version": {
"type": "string"
}
}
},
"platform": {
"type": "string"
},
"metadata": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"repo": {
"type": "string"
},
"dependencies": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"commit_oid": {
"type": "string"
}
}
},
"webhook-package-published": {
"title": "package published event",
"type": "object",
Expand Down Expand Up @@ -156355,7 +156405,17 @@
},
"docker_metadata": {
"type": "array",
"items": {}
"items": {
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"draft": {
"type": "boolean"
Expand Down Expand Up @@ -156785,7 +156845,9 @@
},
"rubygems_metadata": {
"type": "array",
"items": {}
"items": {
"$ref": "#/components/schemas/webhook-rubygems-metadata"
}
},
"source_url": {
"type": "string"
Expand Down Expand Up @@ -157134,7 +157196,17 @@
},
"docker_metadata": {
"type": "array",
"items": {}
"items": {
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"draft": {
"type": "boolean"
Expand All @@ -157154,7 +157226,10 @@
},
"metadata": {
"type": "array",
"items": {}
"items": {
"type": "object",
"additionalProperties": true
}
},
"name": {
"type": "string"
Expand Down Expand Up @@ -157366,7 +157441,9 @@
},
"rubygems_metadata": {
"type": "array",
"items": {}
"items": {
"$ref": "#/components/schemas/webhook-rubygems-metadata"
}
},
"source_url": {
"type": "string",
Expand Down Expand Up @@ -232072,7 +232149,17 @@
},
"docker_metadata": {
"type": "array",
"items": {}
"items": {
"type": "object",
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"draft": {
"type": "boolean"
Expand Down Expand Up @@ -232491,7 +232578,9 @@
},
"rubygems_metadata": {
"type": "array",
"items": {}
"items": {
"$ref": "#/components/schemas/webhook-rubygems-metadata"
}
},
"summary": {
"type": "string"
Expand Down Expand Up @@ -232797,7 +232886,16 @@
"docker_metadata": {
"type": "array",
"items": {
"nullable": true
"type": "object",
"nullable": true,
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"draft": {
Expand All @@ -232817,7 +232915,10 @@
},
"metadata": {
"type": "array",
"items": {}
"items": {
"type": "object",
"additionalProperties": true
}
},
"name": {
"type": "string"
Expand Down Expand Up @@ -233000,7 +233101,9 @@
},
"rubygems_metadata": {
"type": "array",
"items": {}
"items": {
"$ref": "#/components/schemas/webhook-rubygems-metadata"
}
},
"summary": {
"type": "string"
Expand Down
Loading

0 comments on commit 1bdadf4

Please sign in to comment.