Sorry, by the emergency I didn’t notice the language need.
I am working on an open source respirator to help heath and hospitals on covid crisis.
For the medical agreement we need to have a static code analysis and I wanted to use Sonarcloud but I am blocked since I always use it with java or scala and I don’t know how to use it on iot c or C++ code and i need some help for setup.
I saw that you’re using GitHub Actions for your build. Yet, we can’t manage to have analysis of C/C++ code working with our own SonarCloud GitHub Action - which is why we had to do it on Travis CI. If it’s fine for you to use Travis CI for this need, then I can create a PR on your repo and guide you through the few steps to adjust your configuration.
And we can even do this offline in French if that’s easier for you
I don’t know what are your exact needs related to medical agreement, but in this situation, in addition to the default quality profile, you might also want to enable the more strict MISRA rules (rules designed for safety-critical software). You can activate the “MISRA C++ 2008 recommended” quality profile to get the combination of SonarWay with MISRA.
I currently have a Arduino (C/C++) project in Azure DevOps that needs to be scanned using Sonarcloud. I tried to open those documents you attached for reference but they all lead to error pages. Can you guide me on how to perform the sonarcloud scan?