Skip to content

Commit 892c74a

Browse files
authored
repo sync
2 parents 17eac8b + b8e46f7 commit 892c74a

51 files changed

Lines changed: 628467 additions & 1999 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/github/administering-a-repository/about-secret-scanning.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Service providers can partner with {% data variables.product.company_short %} to
2020

2121
{% data variables.product.prodname_secret_scanning_caps %} is automatically enabled on public repositories, where it scans code for secrets, to check for known secret formats. When a match of your secret format is found in a public repository, {% data variables.product.company_short %} doesn't publicly disclose the information as an alert, but instead sends a payload to an HTTP endpoint of your choice. For an overview of how secret scanning works on public repositories, see "[Secret scanning](/developers/overview/secret-scanning)."
2222

23-
When you push to a public repository, {% data variables.product.product_name %} scans the content of the commits for secrets. If you switch a private repository to public, {% data variables.product.product_name %} scans the entire repository for secrets.
23+
When you push to a public repository, {% data variables.product.product_name %} scans the content of the commits for secrets. If you switch a private repository to public, {% data variables.product.product_name %} scans the entire repository for secrets.
2424

2525
When {% data variables.product.prodname_secret_scanning %} detects a set of credentials, we notify the service provider who issued the secret. The service provider validates the credential and then decides whether they should revoke the secret, issue a new secret, or reach out to you directly, which will depend on the associated risks to you or the service provider.
2626

@@ -36,6 +36,7 @@ When {% data variables.product.prodname_secret_scanning %} detects a set of cred
3636
- Databricks
3737
- Datadog
3838
- Discord
39+
- Doppler
3940
- Dropbox
4041
- Dynatrace
4142
- Finicity
@@ -90,6 +91,7 @@ Repository administrators and organization owners can grant users and team acces
9091
- CloudBees CodeShip
9192
- Databricks
9293
- Discord
94+
- Doppler
9395
- Dropbox
9496
- Dynatrace
9597
- Finicity

content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ versions:
2020

2121
### 1. Back up your organization content
2222

23-
Once you delete an organization, GitHub **cannot restore your content**. Therefore, before you delete your organization, make sure you have a copy of all repositories, wikis, and issues from the account.
23+
Once you delete an organization, GitHub **cannot restore your content**. Therefore, before you delete your organization, make sure you have a copy of all repositories, wikis, issues, and project boards from the account.
2424

2525
### 2. Delete the organization
2626

lib/rest/static/decorated/api.github.com.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41282,6 +41282,11 @@
4128241282
"httpStatusMessage": "Accepted",
4128341283
"description": "Response"
4128441284
},
41285+
{
41286+
"httpStatusCode": "400",
41287+
"httpStatusMessage": "Bad Request",
41288+
"description": "Response if the sarif field is invalid"
41289+
},
4128541290
{
4128641291
"httpStatusCode": "403",
4128741292
"httpStatusMessage": "Forbidden",
@@ -41291,6 +41296,11 @@
4129141296
"httpStatusCode": "404",
4129241297
"httpStatusMessage": "Not Found",
4129341298
"description": "Response if commit sha or ref cannot be found"
41299+
},
41300+
{
41301+
"httpStatusCode": "413",
41302+
"httpStatusMessage": "Payload Too Large",
41303+
"description": "Response if the sarif field is too large"
4129441304
}
4129541305
],
4129641306
"descriptionHTML": "<p>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 <code>repo</code> scope. For public repos, you must use an access token with <code>public_repo</code> and <code>repo:security_events</code> scopes. GitHub Apps must have the <code>security_events</code> write permission to use this endpoint.</p>",

lib/rest/static/decorated/ghes-2.18.json

Lines changed: 63464 additions & 0 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.19.json

Lines changed: 64048 additions & 0 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.22.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39166,6 +39166,11 @@
3916639166
"httpStatusMessage": "Accepted",
3916739167
"description": "Response"
3916839168
},
39169+
{
39170+
"httpStatusCode": "400",
39171+
"httpStatusMessage": "Bad Request",
39172+
"description": "Response if the sarif field is invalid"
39173+
},
3916939174
{
3917039175
"httpStatusCode": "403",
3917139176
"httpStatusMessage": "Forbidden",
@@ -39175,6 +39180,11 @@
3917539180
"httpStatusCode": "404",
3917639181
"httpStatusMessage": "Not Found",
3917739182
"description": "Response if commit sha or ref cannot be found"
39183+
},
39184+
{
39185+
"httpStatusCode": "413",
39186+
"httpStatusMessage": "Payload Too Large",
39187+
"description": "Response if the sarif field is too large"
3917839188
}
3917939189
],
3918039190
"descriptionHTML": "<p>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 <code>repo</code> scope. For public repos, you must use an access token with <code>public_repo</code> and <code>repo:security_events</code> scopes. GitHub Apps must have the <code>security_events</code> write permission to use this endpoint.</p>",

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125547,6 +125547,12 @@
125547125547
},
125548125548
"404": {
125549125549
"description": "Response if `commit_sha` or `ref` cannot be found"
125550+
},
125551+
"400": {
125552+
"description": "Response if the `sarif` field is invalid"
125553+
},
125554+
"413": {
125555+
"description": "Response if the `sarif` field is too large"
125550125556
}
125551125557
},
125552125558
"x-github": {

0 commit comments

Comments
 (0)