{% for match in tab_data.fields.matches.value %} {% endfor %}
License expression Origin resource path Matched text Rule URL Score Matcher Match length Match coverage Rule relevance
{{ match.license_expression }} {{ match.from_file }} {{ match.matched_text }} {% if match.rule_url %} {{ match.rule_identifier }} {% else %} {{ match.rule_identifier }} {% endif %} {{ match.score }} {{ match.matcher }} {{ match.matched_length }} {{ match.match_coverage }} {{ match.rule_relevance }}
{% if tab_data.fields.detection_log.value %} {% for log_entry in tab_data.fields.detection_log.value %} {% endfor %}
Detection log
{{ log_entry }}
{% endif %} {% if tab_data.fields.review_comments.value %} {% for comment in tab_data.fields.review_comments.value %} {% endfor %}
Review Comments
{{ comment }}
{% endif %} {% for file_region in tab_data.fields.file_regions.value %} {% endfor %}
Resource path Start line End line
{{ file_region.path }} {{ file_region.start_line }} {{ file_region.end_line }}