Skip to content
portilha edited this page Jul 25, 2021 · 1 revision

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();

Clone this wiki locally