Repository Library
Manage repositories for automatic security analysis
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if library_repos %}
{% for repo in library_repos %}
{% endfor %}
{% else %}
No repositories in library
Add repositories to start automatic security analysis when new versions are released.
{% endif %}