Skip to content

Commit a4e0ae1

Browse files
committed
docs: code scanning docs
1 parent bb8da97 commit a4e0ae1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This App is designed to work across multiple GitHub data sources however not all
77
The GitHub App for Splunk is designed to work with the following data sources:
88

99
* [GitHub Audit Log Monitoring Add-On For Splunk](./docs/ghe_audit_logs.MD): Audit logs from GitHub Enterprise Cloud.
10-
* [Github.com Webhooks](./docs/github_webhooks.MD): A select set of webhook events like Push, PullRequest, and Repo.
10+
* [Github.com Webhooks](./docs/github_webhooks.MD): A select set of webhook events like Push, PullRequest, Code Scanning and Repo.
1111
* [Github Enterprise Server Syslog Forwarder](./docs/ghes_syslog_setup.MD): Audit and Application logs from Github Enterprise Server.
1212
* [Github Enterprise Collectd monitoring](./docs/splunk_collectd_forwarding_for_ghes.MD): Performance and Infrastructure metrics from Github Enterprise Server.
1313

@@ -37,6 +37,9 @@ There is an *Integration Overview* dashboard listed under *Dashboards* that allo
3737
<details>
3838
<summary>Expand for screenshots</summary>
3939

40+
#### Code Scanning Alerts
41+
![Code Scanning Dashboard](./docs/images/code_scanning_dashboard.png)
42+
4043
#### Audit Log Dashboard
4144

4245
![Audit Log Dashboard](./docs/images/9F8E9A89-1203-4C0A-B227-C2FD1E17C8B0.jpg)
423 KB
Loading

github_app_for_splunk/default/data/ui/views/welcome_page.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@
6060
<div>
6161
<h2><b>GitHub Advanced Security</b></h2>
6262
<p>
63-
Customers of GitHub Advanced Security have access to enterprise security tooling such as Code Scanning, Secret Scanning, and Dependency Review.
63+
Open Source repositories and customers of GitHub Advanced Security have access to application security tooling such as Code Scanning, Secret Scanning, and Dependency Review.
6464
<ol>
65-
<li>The <a href="code_scanning"> Code Scanning</a> dashboard gives insight into the security posture of your GitHub Organization</li>
65+
<li>The <a href="security_alert_overview"> Advanced Security Overview</a> dashboard gives insight into the security posture of your GitHub Organization</li>
66+
<li>The <a href="code_scanning_overview"> Code Scanning</a> dashboard gives you access to alerts created by Code Scanning within your Organization</li>
6667
</ol>
6768
</p>
6869
</div>

0 commit comments

Comments
 (0)