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 adfa684 commit e304cc2Copy full SHA for e304cc2
cve_bin_tool/cli.py
@@ -317,7 +317,7 @@ def main(argv=None):
317
error_mode=error_mode,
318
)
319
version_scanner.remove_skiplist(skips)
320
- LOGGER.info(version_scanner.print_checkers())
+ version_scanner.print_checkers()
321
for scan_info in version_scanner.recursive_scan(args["directory"]):
322
if scan_info:
323
product_info, path = scan_info
0 commit comments