Files
2020-11-25 16:21:59 +01:00

13 lines
426 B
Django/Jinja

This PR was created by Automated Detection Testing Service :robot:
Tested detections:
{% for result in results %}
{{ result.detection_result.detection_name }} {% if result.detection_result.error == 0 %}:white_check_mark:{% else %}:x:{% endif %}
- diskUsage: {{ result.detection_result.diskUsage }}
- runDuration: {{ result.detection_result.runDuration }}s
- scanCount: {{ result.detection_result.scanCount }}
{% endfor %}