Skip to content

Commit e89697c

Browse files
author
Jay Nanduri
committed
removed comments
1 parent d4ee13b commit e89697c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/CxAuth.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ let scanCreate = function(cxScanConfig) {
3030
params.push(cxScanConfig.paramMap.get(indKey));
3131
}
3232
}
33-
//console.log(params);
34-
// prc = spawn("cx.exe",['scan','create','--base-uri','http://demo.ast-cloud.com','--client-id','CxFlow','--secret','440b05e6-0503-455b-9361-8ee91a6c24cc','--project-name','JayJSWrapper','--project-type',
35-
// 'sast','--preset-name','Checkmarx Default', '-d', '.'
36-
// ]);
33+
3734
prc = spawn(loc,params)
3835
//prc.stdout.setEncoding('utf8');
3936
prc.stdout.on('data', function (data) {
@@ -57,5 +54,4 @@ let scanCreate = function(cxScanConfig) {
5754
// paramMap.set("--project-type","sast");
5855
// paramMap.set("--preset-name","Checkmarx Default");
5956
// paramMap.set("-d",".");
60-
// let scanConfig = new CxScanConfig("http://demo.ast-cloud.com",null,"CxFlow","440b05e6-0503-455b-9361-8ee91a6c24cc",null,paramMap)
6157
// scanCreate(scanConfig);

0 commit comments

Comments
 (0)