We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea29d78 commit 039d286Copy full SHA for 039d286
cve_bin_tool/cli.py
@@ -569,6 +569,9 @@ def main(argv=None):
569
version_scanner.remove_skiplist(skips)
570
LOGGER.info(f"Number of checkers: {version_scanner.number_of_checkers()}")
571
version_scanner.print_checkers()
572
+ LOGGER.debug(
573
+ "If the checkers aren’t loading properly: https://cve-bin-tool.readthedocs.io/en/latest/CONTRIBUTING.html#help-my-checkers-aren-t-loading"
574
+ )
575
for scan_info in version_scanner.recursive_scan(args["directory"]):
576
if scan_info:
577
product_info, path = scan_info
0 commit comments