Static Code Analysis Report
This topic provides an overview of the Static Code Analysis report. The report offers detailed insights into code quality, security vulnerabilities, and compliance with coding standards. It includes a summary of the analysis results along with file-level details of identified issues. Each issue is categorized by severity—Critical, High, Medium, or Low— facilitating quick identification of high-priority issues. The report can be viewed directly in the UI or downloaded as a PDF for offline review.
This section provides an overview of the static code analysis report, which includes:
- Total Files: Displays the number of files provided as input in the Static Code Analysis stage.
- Issues: Displays the total number of issues identified during the analysis, along with the number of issues categorized by severity such as Critical, High, Medium, or Low.
- Status: Indicated the status of the Static Code Analysis stage.
- Description: Provides a brief description of the stage.
- Analysis Time: Displays the time taken to analysis the uploaded code files.
Report
This topic provides a comprehensive report generated from the static code analysis stage. It includes detailed information about the analyzed files, such as the total number of issues or vulnerabilities identified and their severity levels—Critical, High, Medium, or Low.
Click the Download icon (
) to download the analysis report.
The downloaded static code analysis report (staticcodeanalysis.xlsx) contains the following information:
- Code Quality Analysis: Provides certification that the static code analysis report validates compliance with internal quality standards and readiness for production deployment.
- Summary: Provides information about the total number of issues identified using various analysis tools, along with their categorization by severity levels—Critical, High, Medium, or Low.
- Details: Provides file-level details for each identified issue, including its file path, tool used, issue category, description, location, and more.