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 d427c05 commit 2a9f93dCopy full SHA for 2a9f93d
robusta_krr/core/runner.py
@@ -413,3 +413,4 @@ def _send_scan_payload(
413
except requests.exceptions.RequestException:
414
logger.error("HTTP RequestException", exc_info=True)
415
except Exception:
416
+ logger.error("Unexpected exception while sending scan result", exc_info=True)
0 commit comments