There was an error while loading. Please reload this page.
2 parents 3c532f0 + aa41b25 commit 259abadCopy full SHA for 259abad
1 file changed
src/scancode/plugin_only_findings.py
@@ -21,6 +21,7 @@ class OnlyFindings(OutputFilterPlugin):
21
22
options = [
23
PluggableCommandLineOption(('--only-findings',), is_flag=True,
24
+ default=False,
25
help='Only return files or directories with findings for the '
26
'requested scans. Files and directories without findings are '
27
'omitted (file information is not treated as findings).',
0 commit comments