Skip to content

K8SPS-353: Deploy Binlog Server #2247

K8SPS-353: Deploy Binlog Server

K8SPS-353: Deploy Binlog Server #2247

Triggered via pull request August 13, 2024 15:14
@egegunesegegunes
synchronize #721
K8SPS-353
Status Success
Total duration 3m 43s
Artifacts

scan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
[shellcheck] build/binlog-server-entrypoint.sh#L5 <ShellCheck.SC2068>: build/binlog-server-entrypoint.sh#L5
Double quote array expansions to avoid re-splitting elements.
[shellcheck] build/ps-entrypoint.sh#L61 <ShellCheck.SC1090>: build/ps-entrypoint.sh#L61
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] build/ps-entrypoint.sh#L200 <ShellCheck.SC2166>: build/ps-entrypoint.sh#L200
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/ps-entrypoint.sh#L216 <ShellCheck.SC2166>: build/ps-entrypoint.sh#L216
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/ps-entrypoint.sh#L216 <ShellCheck.SC2166>: build/ps-entrypoint.sh#L216
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/ps-entrypoint.sh#L274 <ShellCheck.SC2166>: build/ps-entrypoint.sh#L274
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/ps-entrypoint.sh#L356 <ShellCheck.SC2166>: build/ps-entrypoint.sh#L356
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
[shellcheck] build/ps-entrypoint.sh#L404 <ShellCheck.SC2034>: build/ps-entrypoint.sh#L404
cluster_name appears unused. Verify use (or export if used externally).