Kapil Sharma

Results 118 comments of Kapil Sharma

Hi @Andreagit97, @Issif, and @leogr. Since we've encountered such a significant change in Falco, I'll wait for your decision on this [PR ](https://github.com/falcosecurity/falco/pull/3037)before making any further changes. While I don't...

Thank you for the suggestions, @leogr and @FedeDP . I am working on it.

Hey @Andreagit97 @leogr @FedeDP, I have included Valijson and utilized the YAML-CPP adapter. Please take a look and provide any suggestions or corrections if I have made any mistakes. Thank...

Hey @leogr, could you please review this PR again? It would be greatly appreciated, and we can then finish our work on this issue.

Okay, thanks @leogr . I will implement this change.

Hi @leogr, I have implemented this change and created a _JSON_ file for keys instead of an array. Please review. Thanks!

@Andreagit97 `valijson/adapters/yaml_cpp_adapters.hpp NOT FOUND` this issue arise earlier too, i have added `include(valijson)` here https://github.com/falcosecurity/falco/blob/master/CMakeLists.txt and `${VALIJSON_INCLUDE}` here https://github.com/falcosecurity/falco/blob/master/userspace/falco/CMakeLists.txt#L118-L126 . But it seems not solving this issue so i commit...

@Andreagit97 it looks like defining type of keys in `schemaJson` causing error only string type not throwing any error. I am removing key type constraint as this is not condition...