Interface CheckmarxReportData

interface CheckmarxReportData {
    branchName?: string;
    projectId?: string;
    scanId?: string;
}

Properties

branchName?: string
projectId?: string
scanId?: string