Hello everyone!
I am launching a dashboard for engineers and tech leaders who works with software applications. The goal of the project is to find all NuGet, NPM and Maven application dependencies, display their versions and highlight the dependencies which are out of date or vulnerable. This application helps to keep dependencies consistent across projects and up-to-date.
Mode details and demo link can be found here: https://itbusina.com/dependencies-dashboard
Install instructions:
```
docker run -p 5000:8080 -e GITHUB_API_BASE_URL=https://api.github.com -e GITHUB_ACCESS_TOKEN={access token} -e PROJECTS=dotnet/aspnetcore -e SONATYPE_TOKEN={sonatype token}--name dependencies-dashboard -d kbahdanovich/dependencies-dashboard:latest
```
I'd love for you to give it a try and contact me if you would like to setup the board to you organisation.