Skip to content

Commit 439e7e0

Browse files
authored
Merge pull request #80 from github/repo-sync
repo sync
2 parents b250d8b + 7e49813 commit 439e7e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/github/finding-security-vulnerabilities-and-errors-in-your-code/about-integration-with-code-scanning.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About integration with code scanning
33
shortTitle: About integration
4-
intro: 'You can perform {% data variables.product.prodname_code_scanning %} externally and then display the results in {% data variables.product.prodname_dotcom %}.'
4+
intro: 'You can perform {% data variables.product.prodname_code_scanning %} externally and then display the results in {% data variables.product.prodname_dotcom %}, or set up webhooks that listen to {% data variables.product.prodname_code_scanning %} activity in your repository.'
55
product: '{% data reusables.gated-features.code-scanning %}'
66
versions:
77
free-pro-team: '*'
@@ -17,6 +17,10 @@ You can use your continuous integration or continuous delivery/deployment (CI/CD
1717

1818
If you use a third-party static analysis tool that can produce results as Static Analysis Results Interchange Format (SARIF) 2.1.0 data, you can upload this to {% data variables.product.prodname_dotcom %}. For more information, see "[Uploading a SARIF file to GitHub](/github/finding-security-vulnerabilities-and-errors-in-your-code/uploading-a-sarif-file-to-github)."
1919

20+
### Integrations with webhooks
21+
22+
You can use {% data variables.product.prodname_code_scanning %} webhooks to build or set up integrations, such as [{% data variables.product.prodname_github_app %}s](/apps/building-github-apps/) or [{% data variables.product.prodname_oauth_app %}s](/apps/building-oauth-apps/), that subscribe to {% data variables.product.prodname_code_scanning %} events in your repository. For example, you could build an integration that creates an issue on {% data variables.product.product_location %} or sends you a Slack notification when a new {% data variables.product.prodname_code_scanning %} alert is added in your repository. For more information, see "[Creating webhooks](/developers/webhooks-and-events/creating-webhooks)" and "[Webhook events and payloads](/developers/webhooks-and-events/webhook-events-and-payloads#code_scanning_alert)."
23+
2024
### Further reading
2125

2226
* "[About code scanning](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning)"

0 commit comments

Comments
 (0)