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: docs/apps/deleteInstallation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ type: API method
8
8
9
9
# Delete an installation for the authenticated app
10
10
11
-
Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint.
11
+
Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/rest/apps/apps#suspend-an-app-installation)" endpoint.
12
12
13
13
You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
Copy file name to clipboardExpand all lines: docs/apps/suspendInstallation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ type: API method
8
8
9
9
# Suspend an app installation
10
10
11
-
Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.
11
+
Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub API or webhook events is blocked for that account.
12
12
13
13
You must use a [JWT](https://docs.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
Copy file name to clipboardExpand all lines: docs/codeScanning/updateDefaultSetup.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,11 @@ Runner label to be used if the runner type is labeled.
59
59
60
60
CodeQL query suite to be used.
61
61
62
+
</td></tr>
63
+
<tr><td>threat_model</td><td>no</td><td>
64
+
65
+
Threat model to be used for code scanning analysis. Use `remote` to analyze only network sources and `remote_and_local` to include local sources like filesystem access, command-line arguments, database reads, environment variable and standard input.
Copy file name to clipboardExpand all lines: docs/codeSecurity/createConfiguration.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ A description of the code security configuration
54
54
55
55
The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.
56
56
57
+
> [!WARNING] > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
58
+
59
+
</td></tr>
60
+
<tr><td>code_security</td><td>no</td><td>
61
+
62
+
The enablement status of GitHub Code Security features.
63
+
57
64
</td></tr>
58
65
<tr><td>dependency_graph</td><td>no</td><td>
59
66
@@ -84,6 +91,16 @@ The enablement status of Dependabot alerts
84
91
85
92
The enablement status of Dependabot security updates
86
93
94
+
</td></tr>
95
+
<tr><td>code_scanning_options</td><td>no</td><td>
96
+
97
+
Security Configuration feature options for code scanning
The slug version of the enterprise name. You can also substitute this value with the enterprise id.
38
+
The slug version of the enterprise name.
39
39
40
40
</td></tr>
41
41
<tr><td>name</td><td>yes</td><td>
@@ -52,6 +52,13 @@ A description of the code security configuration
52
52
53
53
The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.
54
54
55
+
> [!WARNING] > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
56
+
57
+
</td></tr>
58
+
<tr><td>code_security</td><td>no</td><td>
59
+
60
+
The enablement status of GitHub Code Security features.
61
+
55
62
</td></tr>
56
63
<tr><td>dependency_graph</td><td>no</td><td>
57
64
@@ -82,6 +89,16 @@ The enablement status of Dependabot alerts
82
89
83
90
The enablement status of Dependabot security updates
84
91
92
+
</td></tr>
93
+
<tr><td>code_scanning_options</td><td>no</td><td>
94
+
95
+
Security Configuration feature options for code scanning
0 commit comments