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: INSTALL.md
+16-21Lines changed: 16 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,23 +58,6 @@ Once it is created, you will need to download the private key.
58
58
59
59
This is possible [using a manifest](https://docs.github.com/en/enterprise-cloud@latest/apps/sharing-github-apps/registering-a-github-app-from-a-manifest), but has not yet been implemented here.
60
60
61
-
## Installing the GitHub App
62
-
63
-
You need to install the GitHub App on an organization or repository.
64
-
65
-
### Use the GitHub UI to install the GitHub App
66
-
67
-
- navigate to the GitHub App you created earlier, and click on the "Install App" button
68
-
- choose whether to install it for selected repositories, or for the whole organization
69
-
70
-
### Use the GitHub API to install the GitHub App
71
-
72
-
> **TODO**
73
-
74
-
This has not been implemented yet.
75
-
76
-
This is left until the creation of the app using a manifest has been implemented.
77
-
78
61
## Deploying the Azure Function
79
62
80
63
You need to create an Azure Function App, and deploy the Azure Function to it.
@@ -231,7 +214,7 @@ You can find the URL of the Function App in the Resources pane (under the correc
231
214
232
215
Open up the Function App, and expand the Functions node. Right-click on the Function, and select "Copy Function Url" from the context menu.
233
216
234
-
###Configuring the GitHub App
217
+
## Configuring the GitHub App
235
218
236
219
Fill in the details you now know from the Function App and installed Function into the GitHub App's settings.
237
220
@@ -240,8 +223,20 @@ Fill in the details you now know from the Function App and installed Function in
240
223
- set the webhook URL to the URL of the Function
241
224
- set the webhook to Active by checking the box
242
225
243
-
### Install the GitHub App on the organization or repositories
226
+
## Installing the GitHub App
227
+
228
+
You need to install the GitHub App on an organization or repository.
229
+
230
+
### Use the GitHub UI to install the GitHub App
244
231
245
-
You can now install the GitHub App on the organization or repositories you want to receive secret scanning notifications for.
232
+
- navigate to the GitHub App you created earlier, and click on the "Install App" button
233
+
- choose which organization to install it on
234
+
- choose whether to install it for selected repositories, or for the whole organization
246
235
247
-
In the App settings, choose "Install App" and follow the prompts for the organization you want to install the App on.
236
+
### Use the GitHub API to install the GitHub App
237
+
238
+
> **TODO**
239
+
240
+
This has not been implemented yet.
241
+
242
+
This is left until the creation of the app using a manifest has been implemented.
0 commit comments