| title | About the tool status page | ||||||
|---|---|---|---|---|---|---|---|
| shortTitle | Tool status page | ||||||
| intro | The {% data variables.code-scanning.tool_status_page %} provides visibility into the health and performance of {% data variables.product.prodname_code_scanning %} tools in your repository. | ||||||
| permissions | {% data reusables.permissions.code-scanning-all-alerts %} | ||||||
| product | {% data reusables.gated-features.code-scanning %} | ||||||
| versions |
|
||||||
| contentType | concepts | ||||||
| category |
|
{% data reusables.code-scanning.enterprise-enable-code-scanning %}
The {% data variables.code-scanning.tool_status_page %} shows information about all of your {% data variables.product.prodname_code_scanning %} tools and is a good starting point for debugging problems when {% data variables.product.prodname_code_scanning %} isn't working as expected.
Note
The {% data variables.code-scanning.tool_status_page %} shows tool status at the repository level for the default branch only, not at the organization level.
The {% data variables.code-scanning.tool_status_page %} displays one of three statuses:
- All configurations are working: All tools are operating as expected
- Some configurations need attention: Some tools have warnings or non-critical issues
- Some configurations are not working: One or more tools have critical errors
- Configuration status and health
- Scan scheduling
- First and most recent scan times
- Rules used in scans
In addition to the information listed above, the {% data variables.code-scanning.tool_status_page %} for integrated tools provides the following details:
- File coverage percentages by programming language
- Configuration details for each setup type
- Specific error messages
- Downloadable CSV reports of analyzed files
- Downloadable lists of rules used and alert counts
{% data variables.product.prodname_codeql %} reports a file as scanned if some lines of code in that file were processed.
- Default setup: Scanned files include all source code files for languages {% data variables.product.prodname_codeql %} can analyze
- Advanced setup: You can use
pathsandpaths-ignoreto define which files to scan. See AUTOTITLE.
The {% data variables.code-scanning.tool_status_page %} reports files present before running autobuild or manual build steps. Files generated during the build process are not shown. See AUTOTITLE.
File coverage percentages respect any files excluded by paths and paths-ignore configuration properties.
Use file coverage percentages to debug and improve your analysis:
- High percentage: {% data variables.product.prodname_code_scanning_caps %} is working as expected for that language
- Low percentage: Investigate diagnostic output. See AUTOTITLE
- Zero percentage: You may have code in languages not currently being analyzed. Update your setup to include these languages. See AUTOTITLE
Note
If you set up both advanced setup and default setup, the {% data variables.code-scanning.tool_status_page %} only shows default setup.
The {% data variables.code-scanning.tool_status_page %} helps you troubleshoot issues through:
- Error messages: Explains why tools aren't performing as expected with suggested actions
- File coverage data: Shows which files and languages are being analyzed
- Configuration details: Displays information about each analysis run
- Downloadable reports: Provides CSV reports with detailed file and rule information