Artur Krysiak
Artur Krysiak
Using logbook we identified that it doesn't log POST request body for Netty Server/Client and Webflux instrumentation. ## Description During investigation appeared that classes like: `Request`, `ClientRequest` are initiated with...
I use this action to lint written workflows and found `filtered finding` indication useful. Is there any way to make the linter fail, when there will be any filtered finding?
Currently to read (and probably generate json) the tool uses: JSON.parse. For large contract files parsing ends up with exception: ``` SyntaxError: Expected ':' after property name in JSON at...