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