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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Teams Secret Scanning notifier (GitHub Azure Function/GitHub App)
1
+
# Teams Secret Scanning notifier (Azure Function/GitHub App)
2
2
3
3
> [!WARNING]
4
4
> This is an _unofficial_ tool created by Field Security Specialists, and is not officially supported by GitHub.
5
5
6
-
This project sends notifications to a Teams channel when a secret scanning event happens.
6
+
This project sends notifications to a *Microsoft Teams* channel when a secret scanning event happens in [GitHub Advanced Security](https://docs.github.com/en/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security).
7
7
8
-
It is implemented as an Azure Function, and installed as a GitHub App.
8
+
It is implemented as an [Azure Function](https://learn.microsoft.com/en-us/azure/azure-functions/), and installed as a [GitHub App](https://docs.github.com/en/apps). It uses a Teams incoming webhook.
9
9
10
10
It needs you to deploy the function on Azure, and to create a GitHub App and install it on an org or repo.
0 commit comments