diff --git a/entrypoint.sh b/entrypoint.sh index 572a8e4..d0d0571 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,4 +37,7 @@ else Idopts="--ignore-rule-ids $6" fi +# Prevent glob expansion, fix ignore-globs parsing +set -o noglob + /tools/devskim analyze --source-code "$ScanTarget" --output-file "$OutputDirectory/$3" $8 $Opts --ignore-globs $5 $Idopts $OptionsJsonArg