Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checkmarx Integration in Gitlab Continuous Integration [closed]

Is it possible to integrate Checkmarx Static Application Security Testing (SAST) tool into Gitlab Continuous Integration (CI) Pipeline for static security scanning?

like image 849
user557513 Avatar asked Oct 19 '25 10:10

user557513


1 Answers

I have been using Checkmarx with TeamCity and Jenkins pipeline with their Plugin. However, for GitLab pipeline, we need to use REST APIs/ CLI. I would prefer using CLI over REST APIs as CLI provides more functionality that can be used for pipeline decisions.

You can check their Wiki- https://checkmarx.atlassian.net/wiki/spaces/KC/pages/5767170/CxSAST+API+Guide https://checkmarx.atlassian.net/wiki/spaces/KC/pages/52560015/CxConsole+CxSAST+CLI

You can always raise a support ticket for getting the recommended approach by Checkmarx.

like image 144
Paresh Sahasrabudhe Avatar answered Oct 22 '25 03:10

Paresh Sahasrabudhe