We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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();