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 792d4ae commit 3a3fa75Copy full SHA for 3a3fa75
src/cx/cx.ts
@@ -629,7 +629,7 @@ export class Cx implements CxPlatform {
629
config = new CxConfig();
630
}
631
const cx = new CxWrapper(config);
632
- const scans = await cx.scanAsca(null, true, constants.vsCodeAgent, null);
+ const scans = await cx.scanAsca(null, false, constants.vsCodeAgent, null);
633
if (scans.payload && scans.exitCode === 0) {
634
return scans.payload[0];
635
} else {
0 commit comments