Draft of ORT GPU build #11580
recipe-checks.yml
on: pull_request
alidistlint
20s
circular dependencies
1m 42s
Annotations
2 warnings and 8 notices
alidistlint:
onnxruntime.sh#L24
Declare and assign separately to avoid masking return values. [SC2155]
|
alidistlint:
onnxruntime.sh#L81
Quote this to prevent word splitting. [SC2046]
|
alidistlint:
onnxruntime.sh#L28
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
alidistlint:
onnxruntime.sh#L39
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
alidistlint:
onnxruntime.sh#L41
This default assignment may cause DoS due to globbing. Quote it. [SC2223]
|
alidistlint:
onnxruntime.sh#L49
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
alidistlint:
onnxruntime.sh#L56
This default assignment may cause DoS due to globbing. Quote it. [SC2223]
|
alidistlint:
onnxruntime.sh#L63
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
alidistlint:
onnxruntime.sh#L70
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
alidistlint:
onnxruntime.sh#L78
Double quote to prevent globbing and word splitting. [SC2086]
|