mitre / hipcheck

Automatically assess and score software repositories for supply chain risk.
https://mitre.github.io/hipcheck/
Apache License 2.0
80 stars 6 forks source link

Improve error message when a plugin isn't found by checking for presence first #583

Closed alilleybrinker closed 2 weeks ago

alilleybrinker commented 2 weeks ago

Right now if a plugin can't be found to spawn, it errors out with a "max spawn attempts reached" error. We should improve that by using which to check for the plugin first and erroring out if we can't find it.