Add package requirements #24
33 new alerts
New alerts in code changed by this pull request
- 5 warnings
- 28 notes
See annotations below for details.
Annotations
Check notice on line 62 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check warning on line 67 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
For loops over find output are fragile. Use find -exec or a while read loop. Warning
Check notice on line 70 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. Note
Check notice on line 70 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check warning on line 72 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Quote the right-hand side of == in [[ ]] to prevent glob matching. Warning
Check notice on line 78 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 83 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 83 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 83 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 83 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 86 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 87 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check warning on line 88 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Quote this to prevent word splitting. Warning
Check notice on line 88 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Use $(...) notation instead of legacy backticks .... Note
Check notice on line 88 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 89 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 90 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 91 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 93 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 94 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 98 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check warning on line 100 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
For loops over find output are fragile. Use find -exec or a while read loop. Warning
Check notice on line 102 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 103 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note
Check notice on line 105 in ci/scripts/install_elevate_dev.sh
Code scanning / shellcheck
Double quote to prevent globbing and word splitting. Note