Skip to content

K8SPXC-1342 community bundle generation. #3676

K8SPXC-1342 community bundle generation.

K8SPXC-1342 community bundle generation. #3676

Triggered via pull request October 16, 2024 08:43
Status Success
Total duration 1m 43s
Artifacts

reviewdog.yml

on: pull_request
runner / suggester / golangci-lint
1m 34s
runner / suggester / golangci-lint
runner / suggester / gofmt
4s
runner / suggester / gofmt
runner / suggester / shfmt
16s
runner / suggester / shfmt
runner / shellcheck
12s
runner / shellcheck
runner / misspell
21s
runner / misspell
runner / alex
21s
runner / alex
runner / manifests
1m 8s
runner / manifests
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 5 notices
[shellcheck] installers/olm/generate.sh#L16 <ShellCheck.SC2034>: installers/olm/generate.sh#L16
package_name appears unused. Verify use (or export if used externally).
runner / suggester / shfmt
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
runner / manifests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
runner / suggester / golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
[shellcheck] installers/olm/generate.sh#L66 <ShellCheck.SC2086>: installers/olm/generate.sh#L66
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L99 <ShellCheck.SC2015>: installers/olm/generate.sh#L99
Note that A && B || C is not if-then-else. C may run when A is true.
[shellcheck] installers/olm/generate.sh#L101 <ShellCheck.SC2015>: installers/olm/generate.sh#L101
Note that A && B || C is not if-then-else. C may run when A is true.
[shellcheck] installers/olm/generate.sh#L103 <ShellCheck.SC2015>: installers/olm/generate.sh#L103
Note that A && B || C is not if-then-else. C may run when A is true.
[shellcheck] installers/olm/generate.sh#L114 <ShellCheck.SC2153>: installers/olm/generate.sh#L114
Possible misspelling: VERSION may not be assigned. Did you mean version?