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 4fd16f1 commit fd844d5Copy full SHA for fd844d5
robusta_krr/core/runner.py
@@ -384,8 +384,6 @@ async def _collect_result(self) -> Result:
384
)
385
386
logger.info(f"Gathered {len(scans)} total scans, {len(successful_scans)} were valid, {len(filtered_scans)} met filter criteria.")
387
- # logger.info(successful_scans) # This can be very verbose if there are many scans
388
-
389
390
if len(scans) == 0:
391
logger.warning("Current filters resulted in no objects available to scan.")
0 commit comments