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

Add package requirements #24

Closed
wants to merge 521 commits into from

Merge pull request #23 from cloudlinux/cloudlinux_v20

3c64157
Select commit
Loading
Failed to load commit list.
Closed

Add package requirements #24

Merge pull request #23 from cloudlinux/cloudlinux_v20
3c64157
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ShellCheck succeeded Sep 10, 2024 in 4s

33 new alerts

New alerts in code changed by this pull request

  • 5 warnings
  • 28 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 62 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check warning on line 67 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

For loops over find output are fragile. Use find -exec or a while read loop. Warning

For loops over find output are fragile. Use find -exec or a while read loop.

Check notice on line 70 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. Note

Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'.

Check notice on line 70 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check warning on line 72 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Quote the right-hand side of == in [[ ]] to prevent glob matching. Warning

Quote the right-hand side of == in [[ ]] to prevent glob matching.

Check notice on line 78 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 83 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 83 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 83 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 83 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 86 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 87 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check warning on line 88 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Quote this to prevent word splitting. Warning

Quote this to prevent word splitting.

Check notice on line 88 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Use $(...) notation instead of legacy backticks .... Note

Use $(...) notation instead of legacy backticks ....

Check notice on line 88 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 89 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 90 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 91 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 93 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 94 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 98 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check warning on line 100 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

For loops over find output are fragile. Use find -exec or a while read loop. Warning

For loops over find output are fragile. Use find -exec or a while read loop.

Check notice on line 102 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 103 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

Check notice on line 105 in ci/scripts/install_elevate_dev.sh

See this annotation in the file changed.

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.