From 5b4c25cc337879dfd8284e483eaac6ab4b6b4afa Mon Sep 17 00:00:00 2001 From: Chelsea Boling Date: Mon, 20 Dec 2021 09:26:14 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01c08c..d7e4a69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Synchronize GitHub Code Scanning alerts to Jira issues +# Synchronize GitHub Code Scanning and Secret Scanning alerts to Jira issues [GitHub's REST API](https://docs.github.com/en/rest) and [webhooks](https://docs.github.com/en/developers/webhooks-and-events/about-webhooks) give customers the option of exporting alerts to any issue tracker, by allowing users to fetch the data via API endpoints and/or by receiving webhook POST requests to a hosted server.