Skip to content

Commit 039d286

Browse files
b31ngd3vb31ngd3v
andauthored
fix: add debug statement if checkers didn't load (#1650)
* closes #1440 Co-authored-by: b31ngd3v <[email protected]>
1 parent ea29d78 commit 039d286

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cve_bin_tool/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@ def main(argv=None):
569569
version_scanner.remove_skiplist(skips)
570570
LOGGER.info(f"Number of checkers: {version_scanner.number_of_checkers()}")
571571
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+
)
572575
for scan_info in version_scanner.recursive_scan(args["directory"]):
573576
if scan_info:
574577
product_info, path = scan_info

0 commit comments

Comments
 (0)