diff --git a/cve_bin_tool/cli.py b/cve_bin_tool/cli.py index daebf27995..9c5d34d41f 100644 --- a/cve_bin_tool/cli.py +++ b/cve_bin_tool/cli.py @@ -569,6 +569,9 @@ def main(argv=None): version_scanner.remove_skiplist(skips) LOGGER.info(f"Number of checkers: {version_scanner.number_of_checkers()}") version_scanner.print_checkers() + LOGGER.debug( + "If the checkers aren’t loading properly: https://cve-bin-tool.readthedocs.io/en/latest/CONTRIBUTING.html#help-my-checkers-aren-t-loading" + ) for scan_info in version_scanner.recursive_scan(args["directory"]): if scan_info: product_info, path = scan_info