Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -16453,6 +16453,9 @@
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-has"
},
Expand Down Expand Up @@ -316975,6 +316978,14 @@
"type": "string"
}
},
"dependabot-alert-comma-separated-runtime-risk": {
"name": "runtime_risk",
"in": "query",
"description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`",
"schema": {
"type": "string"
}
},
"hook-id": {
"name": "hook_id",
"description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.",
Expand Down
10 changes: 10 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11967,6 +11967,7 @@ paths:
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-has"
- "$ref": "#/components/parameters/dependabot-alert-scope"
- "$ref": "#/components/parameters/dependabot-alert-sort"
Expand Down Expand Up @@ -237164,6 +237165,15 @@ components:
Can be: `jfrog-artifactory`
schema:
type: string
dependabot-alert-comma-separated-runtime-risk:
name: runtime_risk
in: query
description: |-
A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.

Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`
schema:
type: string
hook-id:
name: hook_id
description: The unique identifier of the hook. You can find this value in the
Expand Down
Loading