{% set title = "Open Source Inventory" %} {% include '_bootstrap_html_head.html'%} {% include 'header.html' %}

Open source Inventory

Be able to see the components and dependencies across your landscape.


Dependency File Status

Active Aging Stale Unmaintained
{{ status.get('Active') }} {{ status.get('Aging') }} {{ status.get('Stale') }} {{ status.get('Unmaintained') }}

Dependency files

{{ file_number }} dependency files found.

{% for row in data %} {% endfor %}
Repo File Last Commit Status Days ago
{{ row['_git_repo'] }} {{ row['Provider'] }} {{ row['committer_when'] }} {{ row.get('status',"-") }} {{ row.get('days_ago',"-") }}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}