Need suggestion on DevSecOps Tools for C/C++ Projects

Hello Team, Please could you suggest the DevSecOps tools that can be implemented for C or C++ related embedded projects ?

Yes there are a few tools available to work with C++:
Code Quality and Review Tools: Cppcheck, SonarQube and Coverity
Security Scanning: OWASP Dependency-Check, Checkmarx and Fortify Static Code Analyzer
Testing: Google Test, CppUTest and Valgrind