mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
13 lines
426 B
Django/Jinja
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 %}
|