Skip to content

Commit e9f230f

Browse files
sanjuyadav24Sanju Yadav
and
Sanju Yadav
authored
Suppressed CodeQL Uncontrolled command line warning (#20962)
Co-authored-by: Sanju Yadav <[email protected]>
1 parent 7f88940 commit e9f230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci-util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var run = function (cl, inheritStreams) {
109109
var rc = 0;
110110
var output;
111111
try {
112-
output = ncp.execSync(cl, options);
112+
output = ncp.execSync(cl, options); // CodeQL [SM01509] this is a generic function used in tasks pipeline to execute few git commands
113113
}
114114
catch (err) {
115115
if (!inheritStreams) {

0 commit comments

Comments
 (0)