Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new Nuget Package pipeline for CUDA 12 #18135

Merged
merged 152 commits into from
Nov 28, 2023

adding a space after CudaVersion

8be95e7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Create a new Nuget Package pipeline for CUDA 12 #18135

adding a space after CudaVersion
8be95e7
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck completed Nov 24, 2023 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (13)

tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|5 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|6 col 123| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|6 col 173| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|7 col 49| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|7 col 120| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|9 col 111| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_tensorrt_c_api_package.sh|9 col 153| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|6 col 1| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|6 col 51| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|7 col 106| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|9 col 80| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|10 col 29| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_cuda_c_api_package.sh|10 col 72| Double quote to prevent globbing and word splitting.

Filtered Findings (915)

js/build_web.sh|18 col 5| DIR_OS appears unused. Verify use (or export if used externally).
js/build_web.sh|22 col 9| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|5 col 1| locallatestAndroidTestRunId appears unused. Verify use (or export if used externally).
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|36 col 7| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|36 col 41| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|39 col 7| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|39 col 41| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|68 col 1| i appears unused. Verify use (or export if used externally).
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|80 col 9| This pattern always overrides a later one on line 80.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|80 col 14| This pattern never matches because of a previous pattern on line 80.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|124 col 1| startAndroidTests appears unused. Verify use (or export if used externally).
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|127 col 16| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|130 col 17| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|131 col 24| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|138 col 1| startiOSTests appears unused. Verify use (or export if used externally).
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|141 col 16| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|144 col 17| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile/runmobiletests.sh|145 col 24| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|15 col 4| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|19 col 6| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|23 col 31| Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|29 col 18| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|29 col 142| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|30 col 8| Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|35 col 8| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|37 col 45| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|38 col 10| Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|42 col 49| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|43 col 11| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|45 col 45| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|47 col 17| Double quote to prevent globbing and word splitting.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|49 col 8| Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|55 col 4| OldDir is referenced but not assigned.
csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh|55 col 4| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|9 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|10 col 29| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|11 col 32| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|20 col 14| $/${} is unnecessary on arithmetic variables.
orttraining/tools/scripts/single_node_perf.sh|20 col 27| $/${} is unnecessary on arithmetic variables.
orttraining/tools/scripts/single_node_perf.sh|22 col 161| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|22 col 205| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|22 col 254| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|23 col 14| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|23 col 24| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|23 col 36| Double quote to prevent globbing and word splitting.
orttraining/tools/scripts/single_node_perf.sh|36 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
orttraining/tools/amdgpu/script/run_bert.sh|10 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|12 col 8| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|39 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|41 col 8| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|43 col 8| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|54 col 11| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|55 col 12| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|60 col 11| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|60 col 22| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|61 col 12| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|61 col 23| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|64 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|68 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|72 col 6| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|73 col 8| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|75 col 10| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 7| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 27| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 128| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 156| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 187| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 232| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 263| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 388| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 417| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 503| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 541| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 573| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 584| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 598| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|80 col 609| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|82 col 9| Double quote to prevent globbing and word splitting.
orttraining/tools/amdgpu/script/run_bert.sh|82 col 20| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|13 col 4| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|13 col 83| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|15 col 27| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|16 col 10| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|17 col 4| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|17 col 122| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|18 col 27| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|21 col 14| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|22 col 8| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|22 col 19| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|22 col 39| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|22 col 50| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|23 col 24| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|23 col 35| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|25 col 10| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|26 col 7| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|26 col 18| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|27 col 9| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|27 col 54| Double quote to prevent globbing and word splitting.
tools/scripts/python_test.sh|27 col 98| Double quote to prevent globbing and word splitting.
tools/scripts/symbolic_shape_infer_test.sh|11 col 7| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|1 col 1| Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
tools/doc/builddoc.sh|12 col 1| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|12 col 29| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|18 col 8| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 1| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 38| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 61| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|20 col 77| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|21 col 1| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|21 col 14| Double quote to prevent globbing and word splitting.
tools/doc/builddoc.sh|21 col 45| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|10 col 5| Use $(...) notation instead of legacy backticks ....
tools/ci_build/github/android/adb-push.sh|10 col 15| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|11 col 14| Use $(...) notation instead of legacy backticks ....
tools/ci_build/github/android/adb-push.sh|11 col 24| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|12 col 1| Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
tools/ci_build/github/android/adb-push.sh|12 col 7| Quote this to prevent word splitting.
tools/ci_build/github/android/adb-push.sh|12 col 7| Use $(...) notation instead of legacy backticks ....
tools/ci_build/github/android/adb-push.sh|12 col 16| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|14 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|14 col 64| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|16 col 6| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|16 col 46| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/adb-push.sh|17 col 1| Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|18 col 18| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|26 col 18| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|34 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|34 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|34 col 33| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|35 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|35 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|35 col 33| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|36 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|36 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|36 col 33| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|37 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|37 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|37 col 33| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|41 col 44| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|42 col 47| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|42 col 63| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/build_aar_and_copy_artifacts.sh|42 col 94| Use ./glob or -- glob so names with dashes won't become options.
tools/ci_build/github/android/run_nnapi_code_coverage.sh|14 col 9| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/run_nnapi_code_coverage.sh|17 col 24| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/run_nnapi_code_coverage.sh|18 col 24| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/run_nnapi_code_coverage.sh|26 col 26| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/run_nnapi_code_coverage.sh|33 col 9| Double quote to prevent globbing and word splitting.
tools/ci_build/github/android/run_nnapi_code_coverage.sh|35 col 22| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|14 col 4| Invalid flags are not handled. Add a *) case.
tools/ci_build/github/linux/run_build.sh|24 col 6| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|26 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|34 col 7| ShellCheck can't follow non-constant source. Use a directive to specify location.
tools/ci_build/github/linux/run_build.sh|35 col 11| This alias can't be defined and used in the same parsing unit. Use a function instead.
tools/ci_build/github/linux/run_build.sh|35 col 56| This expands when defined, not when used. Consider escaping.
tools/ci_build/github/linux/run_build.sh|36 col 5| Since they're in the same parsing unit, this command will not refer to the previously mentioned alias.
tools/ci_build/github/linux/run_build.sh|38 col 12| Quote this to prevent word splitting.
tools/ci_build/github/linux/run_build.sh|42 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|43 col 31| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|43 col 31| Possible misspelling: CUDNN_VERSION may not be assigned. Did you mean _CUDNN_VERSION?
tools/ci_build/github/linux/run_build.sh|44 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|45 col 30| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|48 col 43| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|48 col 64| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|50 col 14| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|52 col 16| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|56 col 31| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|57 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|58 col 30| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|61 col 53| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|63 col 17| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|64 col 30| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/run_build.sh|64 col 49| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|5 col 24| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|9 col 4| Invalid flags are not handled. Add a *) case.
tools/ci_build/github/linux/build_yocto.sh|20 col 6| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|25 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|28 col 11| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|29 col 11| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|30 col 67| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|31 col 15| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|34 col 11| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|35 col 11| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|36 col 8| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|37 col 5| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|38 col 5| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|43 col 45| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|43 col 106| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/build_yocto.sh|43 col 232| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|5 col 4| Invalid flags are not handled. Add a *) case.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|11 col 1| EXIT_CODE appears unused. Verify use (or export if used externally).
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|15 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|17 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|18 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|19 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|22 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|23 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|24 col 9| Use $(...) notation instead of legacy backticks ....
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|24 col 10| Use find instead of ls to better handle non-alphanumeric filenames.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|24 col 13| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|25 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|25 col 46| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|25 col 112| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/extract_and_bundle_gpu_package.sh|26 col 4| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/test_custom_ops_pytorch_export.sh|13 col 45| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|5 col 4| Invalid flags are not handled. Add a *) case.
tools/ci_build/github/linux/java_copy_strip_binary.sh|29 col 10| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|29 col 22| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|29 col 37| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 14| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 26| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 40| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 53| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 65| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 80| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|38 col 95| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|39 col 8| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|39 col 20| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|39 col 34| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|39 col 44| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|39 col 56| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|39 col 71| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|40 col 14| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|40 col 26| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|40 col 41| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 14| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 26| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 40| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 60| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 72| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 87| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|42 col 102| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|43 col 8| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|43 col 20| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|43 col 34| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|43 col 51| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|43 col 63| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|43 col 78| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|44 col 14| Double quote to prevent globbing and word splitting.
tools/ci_build/github/linux/java_copy_strip_binary.sh|44 col 26| Double quote to prevent globbing and word splitting.
... (Too many findings. Dropped some findings)

Annotations

Check notice on line 5 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L5 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:5:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 6 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L6 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:6:123: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 6 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L6 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:6:173: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 7 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L7 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:7:49: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 7 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L7 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:7:120: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 9 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L9 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:9:111: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 9 in tools/ci_build/github/linux/build_tensorrt_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_tensorrt_c_api_package.sh#L9 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_tensorrt_c_api_package.sh:9:153: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 6 in tools/ci_build/github/linux/build_cuda_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_cuda_c_api_package.sh#L6 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_cuda_c_api_package.sh:6:1: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 6 in tools/ci_build/github/linux/build_cuda_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_cuda_c_api_package.sh#L6 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_cuda_c_api_package.sh:6:51: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 7 in tools/ci_build/github/linux/build_cuda_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_cuda_c_api_package.sh#L7 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_cuda_c_api_package.sh:7:106: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 9 in tools/ci_build/github/linux/build_cuda_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_cuda_c_api_package.sh#L9 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_cuda_c_api_package.sh:9:80: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 10 in tools/ci_build/github/linux/build_cuda_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_cuda_c_api_package.sh#L10 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_cuda_c_api_package.sh:10:29: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 10 in tools/ci_build/github/linux/build_cuda_c_api_package.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] tools/ci_build/github/linux/build_cuda_c_api_package.sh#L10 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./tools/ci_build/github/linux/build_cuda_c_api_package.sh:10:72: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)