Skip to content

Commit 3a3fa75

Browse files
passing-false-to-update-vorpal (#1295)
1 parent 792d4ae commit 3a3fa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cx/cx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export class Cx implements CxPlatform {
629629
config = new CxConfig();
630630
}
631631
const cx = new CxWrapper(config);
632-
const scans = await cx.scanAsca(null, true, constants.vsCodeAgent, null);
632+
const scans = await cx.scanAsca(null, false, constants.vsCodeAgent, null);
633633
if (scans.payload && scans.exitCode === 0) {
634634
return scans.payload[0];
635635
} else {

0 commit comments

Comments
 (0)