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 }}
| Severity | Rule ID | File | Line | Message | Code Snippet | Remediation |
|---|---|---|---|---|---|---|
| {{ finding.severity | capitalize }} | {{ finding.rule_id }} | {{ finding.file_path }} | {{ finding.line_number }} | {{ finding.message }} | |
{{ finding.remediation }} |
| No findings reported. | ||||||