You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I would expect to have a JSON payload posted to the webhook URL.
Additional context
TypeError: keys must be str, int, float, bool or None, not type
return _iterencode(o, 0)
File "/usr/local/lib/python3.9/json/encoder.py", line 257, in iterencode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/local/lib/python3.9/json/encoder.py", line 199, in encode
return cls(
File "/usr/local/lib/python3.9/json/__init__.py", line 234, in dumps
finding_dict = json.loads(json.dumps(finding, default=lambda o: getattr(o, '__dict__', str(o))))
File "/app/src/robusta/core/sinks/webhook/webhook_sink.py", line 75, in __write_json
self.__write_json(finding, platform_enabled)
File "/app/src/robusta/core/sinks/webhook/webhook_sink.py", line 32, in write_finding
sink.write_finding(finding_copy, self.registry.get_sinks().platform_enabled)
File "/app/src/robusta/core/playbooks/playbooks_event_handler_impl.py", line 317, in __handle_findings
Traceback (most recent call last):
2024-05-06 13:45:23.593 ERROR Failed to publish finding to sink webhook_sink
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior:
Give the config:
Expected behavior
I would expect to have a JSON payload posted to the webhook URL.
Additional context
The text was updated successfully, but these errors were encountered: