We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the Checkmarx.API wiki!
Install
dotnet add package Checkmarx.API
Start Using
CxClient client = new CxClient("https://sast.url.domain", "username", "pass****");
client.GetProjects();