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 414f0aa commit a558e15Copy full SHA for a558e15
examples/scan_docker_image_lite.py
@@ -67,7 +67,7 @@
67
It is possible to pass detect options directly to detect command.
68
For example one wants to specify cloning options directly
69
70
-python3 scan_container_image_lite.py <imagespec> --detect-options='--detect.clone.project.version.name=version --detect.project.clone.categories=COMPONENT_DATA,VULN_DATA'
+python3 scan_docker_image_lite.py <imagespec> --detect-options='--detect.clone.project.version.name=version --detect.project.clone.categories=COMPONENT_DATA,VULN_DATA'
71
72
There is not validation of extra parameters passed, use with care.
73
'''
0 commit comments