Integrating dotTEST with GitLab allows you to review the results reported by dotTEST in GitLab.

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

To ensure that the result are displayed, you must properly configure analysis with dotTEST. 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/dottest-gitlab.