Skip to content

Commit

Permalink
Update vulnerability_found.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic authored Jun 11, 2024
1 parent 15c2ad1 commit 4995c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion events/vulnerability_found.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
{% endif %}
{{ 'tags' | icon_image }}
{% for tag in event_data.tags[0:3] %}{%if loop.index > 1 %}, {% endif %}{{ (event_data.repository, tag) | repository_tag_reference }}{% endfor %} {% if event_data.tags|length > 3 %}(and {{ event_data.tags|length - 3 }} more) {% endif %} in
repository {{ event_data.repository | repository_reference }}
repository {{ event_data.repository | repository_reference }}

0 comments on commit 4995c6b

Please sign in to comment.