canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
31 stars 37 forks source link

Add generic binary requirements checker #828

Closed dosaboy closed 4 months ago

dosaboy commented 4 months ago

We have requirement types for packages like apt, snap etc but do not have a way to get information from a binary. Some applications are not installed by packages but may still have e.g. a version so having a way to query this is useful. This tries to provide a common way to do do this and uses the Juju plugin/binary as an initial use-case.

Resolves: #815