mitre / hipcheck

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

Update error message for missing configuration file to suggest running `hc setup` #216

Closed alilleybrinker closed 1 month ago

alilleybrinker commented 1 month ago

See #214. Right now the error message we give when the configuration file isn't found doesn't suggest running hc setup, and it probably should. hc setup is what will generally give the user their initial copies of the required configuration and data files, so we want to make sure they're setup correctly.