You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rest/static/dereferenced/api.github.com.deref.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124616,7 +124616,7 @@
124616
124616
"/repos/{owner}/{repo}/code-scanning/alerts": {
124617
124617
"get": {
124618
124618
"summary": "List code scanning alerts for a repository",
124619
-
"description": "Lists all open code scanning alerts for the default branch (usually `main` or `master`). For private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes. GitHub Apps must have the `security_events` read permission to use this endpoint.",
124619
+
"description": "Lists all open code scanning alerts for the default branch (usually `main` or `master`). You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` read permission to use this endpoint.",
124620
124620
"tags": [
124621
124621
"code-scanning"
124622
124622
],
@@ -125403,7 +125403,7 @@
125403
125403
},
125404
125404
"patch": {
125405
125405
"summary": "Update a code scanning alert",
125406
-
"description": "Updates the status of a single code scanning alert. For private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes.\nGitHub Apps must have the `security_events` write permission to use this endpoint.",
125406
+
"description": "Updates the status of a single code scanning alert. You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` write permission to use this endpoint.",
125407
125407
"operationId": "code-scanning/update-alert",
125408
125408
"tags": [
125409
125409
"code-scanning"
@@ -125822,7 +125822,7 @@
125822
125822
"/repos/{owner}/{repo}/code-scanning/analyses": {
125823
125823
"get": {
125824
125824
"summary": "List recent code scanning analyses for a repository",
125825
-
"description": "List the details of recent code scanning analyses for a repository. For private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes. GitHub Apps must have the `security_events` read permission to use this endpoint.",
125825
+
"description": "List the details of recent code scanning analyses for a repository. You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` read permission to use this endpoint.",
"description": "Upload a SARIF file containing the results of a code scanning analysis to make the results available in a repository.\nFor private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes. GitHub Apps must have the `security_events` write permission to use this endpoint.",
125960
+
"description": "Upload a SARIF file containing the results of a code scanning analysis to make the results available in a repository. You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` write permission to use this endpoint.",
Copy file name to clipboardExpand all lines: lib/rest/static/dereferenced/ghes-2.22.deref.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114766,7 +114766,7 @@
114766
114766
"/repos/{owner}/{repo}/code-scanning/alerts": {
114767
114767
"get": {
114768
114768
"summary": "List code scanning alerts for a repository",
114769
-
"description": "Lists all open code scanning alerts for the default branch (usually `main` or `master`). For private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes. GitHub Apps must have the `security_events` read permission to use this endpoint.",
114769
+
"description": "Lists all open code scanning alerts for the default branch (usually `main` or `master`). You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` read permission to use this endpoint.",
114770
114770
"tags": [
114771
114771
"code-scanning"
114772
114772
],
@@ -115553,7 +115553,7 @@
115553
115553
},
115554
115554
"patch": {
115555
115555
"summary": "Update a code scanning alert",
115556
-
"description": "Updates the status of a single code scanning alert. For private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes.\nGitHub Apps must have the `security_events` write permission to use this endpoint.",
115556
+
"description": "Updates the status of a single code scanning alert. You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` write permission to use this endpoint.",
115557
115557
"operationId": "code-scanning/update-alert",
115558
115558
"tags": [
115559
115559
"code-scanning"
@@ -115972,7 +115972,7 @@
115972
115972
"/repos/{owner}/{repo}/code-scanning/analyses": {
115973
115973
"get": {
115974
115974
"summary": "List recent code scanning analyses for a repository",
115975
-
"description": "List the details of recent code scanning analyses for a repository. For private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes. GitHub Apps must have the `security_events` read permission to use this endpoint.",
115975
+
"description": "List the details of recent code scanning analyses for a repository. You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` read permission to use this endpoint.",
"description": "Upload a SARIF file containing the results of a code scanning analysis to make the results available in a repository.\nFor private repos, you must use an access token with the `repo` scope. For public repos, you must use an access token with `public_repo` and `repo:security_events` scopes. GitHub Apps must have the `security_events` write permission to use this endpoint.",
116110
+
"description": "Upload a SARIF file containing the results of a code scanning analysis to make the results available in a repository. You must use an access token with the `security_events` scope to use this endpoint. GitHub Apps must have the `security_events` write permission to use this endpoint.",
0 commit comments