Skip to content

CASMINST-6821: goss-k8s-pods-ips-in-nmn-pool: Backport fixes to CSM 1.4.5 #513

CASMINST-6821: goss-k8s-pods-ips-in-nmn-pool: Backport fixes to CSM 1.4.5

CASMINST-6821: goss-k8s-pods-ips-in-nmn-pool: Backport fixes to CSM 1.4.5 #513

Re-run triggered March 15, 2024 18:40
Status Failure
Total duration 14s
Artifacts

shellcheck.yml

on: pull_request
shellcheck
6s
shellcheck
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
shellcheck
Process completed with exit code 1.
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/
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/
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/
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/
shellcheck: goss-testing/scripts/velero_backups_check.sh#L48
var+=1 will append, not increment. Use (( var += 1 )), declare -i var, or quote number to silence.
shellcheck: goss-testing/scripts/k8s_kyverno_pods_running.sh#L49
This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.
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/
shellcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
shellcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/