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.
1 parent e7659e7 commit 993cfa8Copy full SHA for 993cfa8
src/main/wrapper/CxWrapper.ts
@@ -30,7 +30,7 @@ export class CxWrapper {
30
} else {
31
logger.info("Did not receive ClientId/Secret or ApiKey from cli arguments");
32
}
33
- let executablePath: string;
+ const executablePath: string;
34
executablePath = cxInstaller.getExecutablePath();
35
if (cxScanConfig.pathToExecutable) {
36
this.config.pathToExecutable = cxScanConfig.pathToExecutable;
0 commit comments