nodejsscan v{{version}}
Found {{total_issues}} issues in {{total_files}} files.
nodejsscan finished analyzing {{scan_file}}
Scan Results
Severity Distribution
ERROR: {{error}}
WARNING: {{warning}}
INFO: {{info}}
Identified Issues
{% for rule in nodejs.keys() %}
{{rule | deslugify| upper}}
{% endfor %}
{% for rule in templates.keys() %}
{{rule | deslugify | upper}}
{% endfor %}