C/C++ scanner suggestions

Hi!
Can someone provide some suggestions about external scanners?
Our requirements:

  • easily integrable into SonarQube Enterprise Edition (output in SQ protobuf or Generic formatted issue reports).
  • support for custom rules
  • support for MISRA C:2023 and MISRA C++:2023
  • support for in-source-code issue detection switch - something like # pylint: disable=message-id, another-message-id

I know there is already a plugin Home · SonarOpenCommunity/sonar-cxx Wiki · GitHub which supports custom rules and also import from some external code checkers: Code checkers · SonarOpenCommunity/sonar-cxx Wiki · GitHub.

Does someone use it in production environment? What is the experience?

Thanks.