Integrating C/C++test with GitLab allows you to review the results reported by C/C++test as in GitLab.

To integrate with GitLab, modify your GitLab workflow to include a job that will:

  • run C/C++test.
  • upload the results in the GitLab-specific SAST format.
  • upload the reports in other formats (XML, HTML, etc.).

To ensure that the result are displayed, you must properly configure analysis with C/C++test . In particular, you must be sure to configure the SAST report format. When the workflow executes, you can review the results in the Security tab of the GitLab pipeline and on GitLab's Vulnerability Report.

You can find more details and example workflow configuration at https://gitlab.com/parasoft/cpptest-gitlab.

  • No labels