SecuScan Report
Generated on {{ generated_at }}
Summary
Total Issues Found:
{{ results|length }}
Severity
File
Line
Description
{% for issue in results %}
{{ issue.severity }}
{{ issue.file }}
{{ issue.line if issue.line else '-' }}
{{ issue.description }}
{% else %}
No vulnerabilities found. Good job!
{% endfor %}