Currently, Jackson is unable to deserialize a JSON to ScanResults.class unless you use the ParameterNamesModule.
This is because XIssue lacks an empty constructor. Please add an empty constructor XIssue(). Please do the same for OsaDetails and ScaDetails
The affected file is https://github.com/checkmarx-ltd/checkmarx-spring-boot-java-sdk/blob/develop/src/main/java/com/checkmarx/sdk/dto/ScanResults.java