Patcha Security Scan Report

Scan Summary

Repository: {{ repository_path | e }}

Scan Time: {{ scan_timestamp | e }}

Security Score: {{ security_score | e }} / 10.0

Total Findings: {{ findings_count }}

Counts: Critical: {{ severity_counts.critical }}, High: {{ severity_counts.high }}, Medium: {{ severity_counts.medium }}, Low: {{ severity_counts.low }}, Info: {{ severity_counts.info }}

Findings

{% for finding in findings %} {% else %} {% endfor %}
Severity Rule ID File Line Message Code Snippet Remediation
{{ finding.severity | capitalize }} {{ finding.rule_id }} {{ finding.file_path }} {{ finding.line_number }} {{ finding.message }}
{{ finding.code_snippet | e }}
{{ finding.remediation }}
No findings reported.