Scan Engine Developer dashboard
The Developer dashboard includes trend charts and the following overview modules.
| Information module | Description |
|---|---|
| My open findings by impact to instance | - A developer’s total findings grouped by impact to instance. - Impacts to instance range from 1 \(minor impact\) to 10 \(significant impact\). - Select a bar in the chart to view the findings in a new browser tab. |
| My technical debt by category | - The estimated amount of development time required to resolve all findings within each category. - The value in the center is the combined total technical debt displayed in either time or count for all categories. |
Developer trend charts
The Developer dashboard includes the following trend charts.
| Chart | Description |
|---|---|
| My findings by priority | A developer’s assigned findings listed by highest impact to instance and lowest time to resolve. Address these findings to achieve the highest impact in return for the lowest effort. |
| Policy prioritized findings | - A developer’s findings that have a Priority status within a policy. - Findings listed here were last updated by the developer. |
| My open findings |
|
| My exceptions | The current exceptions a developer has submitted that require a Team Lead's approval. |
| My findings by file type | - The heatmap of your findings by file type. This lets you quickly see which development areas need the most attention. - Select a number in any cell to see the full list of findings for that file type/category. |
| My resolved findings | Findings that have been resolved in a developer’s code. |
Developer dashboard data sources
The following tables show the data source for each overview module and trend chart in the Developer dashboard.
Note: All components require either the impact.admin or impact.developer role to use.
| Component | Data Source |
|---|---|
| My open findings by impact to instance | sn_se_summary_scan_detail |
| My technical debt by category | sn_se_summary_scan_detail |
| Component | Data Source |
|---|---|
| My open findings by priority | sn_se_finding |
| Policy prioritized findings | sn_se_finding |
| My open findings | sn_se_summary_scan_detail |
| My exceptions | sn_se_exception_reason |
| My findings by file type | sn_se_summary_scan_detail |
| My resolved findings | sn_se_resolved_finding_history |