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: docs/dashboard/index.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
@@ -15,7 +15,7 @@ Displays the compliance status of repositories against the GitHub Usage Policy.
15
15
-**Filter Repositories:** Allows users to filter repositories based on a range of parameters.
16
16
-**Rule Presets:** Provides predefined sets of rules for quick compliance checks.
17
17
-**Display Rule Details:** Shows detailed information about each rule - promoting better understanding of compliance.
18
-
-**Organisation Overview:** Offers a high-level view of the organization's compliance status, including which rule is broken the most.
18
+
-**Organisation Overview:** Offers a high-level view of the organisation's compliance status, including which rule is broken the most.
19
19
-**Repository Details:** Provides detailed information about individual repositories, including their compliance status and the rules they violate.
20
20
-**Point of Contact:** Displays the point of contact for each repository, facilitating communication regarding compliance issues.
21
21
@@ -26,7 +26,7 @@ Displays the compliance status of repositories against the GitHub Usage Policy.
26
26
Provides metrics on Secret Scanning alerts.
27
27
28
28
-**Filter Alerts:** Allows users to filter alerts based on a range of parameters.
29
-
-**Organisation Overview:** Offers a high-level view of the organization's secret scanning alerts, including the oldest open alert.
29
+
-**Organisation Overview:** Offers a high-level view of the organisation's secret scanning alerts, including the oldest open alert.
30
30
-**Respository Proportion:** Displays the proportion of repositories with secret scanning alerts - allowing users to highlight the organisation's worst repositories.
31
31
-**Alert Details:** Shows information about individual alerts, promoting users to take action on them.
32
32
@@ -37,7 +37,7 @@ Provides metrics on Secret Scanning alerts.
37
37
Displays metrics on Dependabot alerts.
38
38
39
39
-**Filter Alerts:** Allows users to filter alerts based on a range of parameters.
40
-
-**Organisation Overview:** Offers a high-level view of the organization's Dependabot alerts, including the oldest open alert and worst severity.
40
+
-**Organisation Overview:** Offers a high-level view of the organisation's Dependabot alerts, including the oldest open alert and worst severity.
41
41
-**Severity Proportion:** Displays the proportion of alerts by severity, allowing users to focus on the most critical issues.
42
42
-**Repository Overview:** Provides a high-level view of the repositories with Dependabot alerts, including the number of alerts and their severity.
43
43
-**Repository Severity Proportion:** Displays the proportion of alerts by severity for each repository, allowing users to identify the most critical issues.
These endpoints list all alerts for the organization. The endpoint contains the name of the repository they belong to, but, unfortunately, does not contain the repository's visibility (public/private/internal) or if the repository is archived or not.
10
+
These endpoints list all alerts for the organisation. The endpoint contains the name of the repository they belong to, but, unfortunately, does not contain the repository's visibility (public/private/internal) or if the repository is archived or not.
11
11
12
12
This information is important to allow users to filter alerts appropriately, for example, any public Secret Scanning alerts are much more of a risk than private ones. We want users to be able to highlight these sorts of issues.
Copy file name to clipboardExpand all lines: docs/dashboard/rulemap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ In order to add more information about the rules applied to repositories, `rulem
6
6
7
7
## Where do the rules come from?
8
8
9
-
All rules on the dashboard are derived from ONS' GitHub Usage Policy. This is available on Sharepoint at [GitHub Usage Policy](https://officenationalstatistics.sharepoint.com/sites/ONS_DDaT_Communities/Software%20Engineering%20Policies/Forms/AllItems.aspx?id=%2Fsites%2FONS%5FDDaT%5FCommunities%2FSoftware%20Engineering%20Policies%2FSoftware%20Engineering%20Policies%2FApproved%2FPDF%2FGitHub%20Usage%20Policy%2Epdf&parent=%2Fsites%2FONS%5FDDaT%5FCommunities%2FSoftware%20Engineering%20Policies%2FSoftware%20Engineering%20Policies%2FApproved%2FPDF) (requires ONS network access).
9
+
All rules on the dashboard are derived from ONS' GitHub Usage Policy.
10
10
11
11
## Format
12
12
@@ -97,7 +97,7 @@ Then in `rulemap.json`, you would add:
97
97
}
98
98
```
99
99
100
-
A new check should now appear in the Dashboard under the appropriate preset.
100
+
A new check should now appear in the dashboard under the appropriate preset.
0 commit comments