AWeber-Imbi / imbi

An operational management platform for medium to large environments
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

Implement auto-detection of language / technology versions and warn about deprecated versions #67

Open cwille97 opened 2 years ago

cwille97 commented 2 years ago

It would be helpful if Imbi could periodically check what versions of languages and technologies a certain project uses so that users do not have to manually update version on the projects facts page. We would likely need to be able to configure where Imbi checks for this in the code base. It may also be possible to integrate with Sonarqube to flag something when the version is out of date with what is reported on Imbi.

gmr commented 2 years ago

This should happen outside of the core in Imbi, perhaps as another project in the ecosystem that can scan info in a repo and update facts, etc.