Use HTTPS URLs #244
Annotations
1 error and 10 warnings
Test scripts with ShellCheck
Process completed with exit code 1.
|
Test scripts with ShellCheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test scripts with ShellCheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test scripts with ShellCheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test scripts with ShellCheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test scripts with ShellCheck:
scripts/bootstrap-bash.sh#L17
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
Test scripts with ShellCheck:
scripts/bootstrap-bash.sh#L19
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
Test scripts with ShellCheck:
scripts/bootstrap-bash.sh#L80
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
Test scripts with ShellCheck:
scripts/rsync-generation/push-rsync1.sh#L18
target is referenced but not assigned.
|
Test scripts with ShellCheck:
scripts/rsync-generation/mksnapshot.sh#L17
Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
|
Test scripts with ShellCheck:
scripts/rsync-generation/mksnapshot.sh#L32
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
|
Loading