Skip to content

K8SPXC-1342 community bundle generation. #4021

K8SPXC-1342 community bundle generation.

K8SPXC-1342 community bundle generation. #4021

Triggered via pull request January 6, 2025 09:46
Status Success
Total duration 2m 18s
Artifacts

reviewdog.yml

on: pull_request
runner / suggester / golangci-lint
2m 8s
runner / suggester / golangci-lint
runner / suggester / gofmt
5s
runner / suggester / gofmt
runner / suggester / shfmt
24s
runner / suggester / shfmt
runner / shellcheck
10s
runner / shellcheck
runner / misspell
18s
runner / misspell
runner / alex
19s
runner / alex
runner / manifests
52s
runner / manifests
Fit to window
Zoom out
Zoom in

Annotations

7 warnings and 15 notices
runner / suggester / gofmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / shellcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / alex
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / misspell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / suggester / shfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / manifests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / suggester / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[shellcheck] installers/olm/generate.sh#L25 <ShellCheck.SC2086>: installers/olm/generate.sh#L25
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L25 <ShellCheck.SC2153>: installers/olm/generate.sh#L25
Possible misspelling: MODE may not be assigned. Did you mean mode?
[shellcheck] installers/olm/generate.sh#L30 <ShellCheck.SC2086>: installers/olm/generate.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L94 <ShellCheck.SC2153>: installers/olm/generate.sh#L94
Possible misspelling: PACKAGE_CHANNEL may not be assigned. Did you mean package_channel?
[shellcheck] installers/olm/generate.sh#L102 <ShellCheck.SC2086>: installers/olm/generate.sh#L102
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L112 <ShellCheck.SC2086>: installers/olm/generate.sh#L112
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L118 <ShellCheck.SC2086>: installers/olm/generate.sh#L118
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L172 <ShellCheck.SC2015>: installers/olm/generate.sh#L172
Note that A && B || C is not if-then-else. C may run when A is true.
[shellcheck] installers/olm/generate.sh#L174 <ShellCheck.SC2015>: installers/olm/generate.sh#L174
Note that A && B || C is not if-then-else. C may run when A is true.
[shellcheck] installers/olm/generate.sh#L176 <ShellCheck.SC2015>: installers/olm/generate.sh#L176
Note that A && B || C is not if-then-else. C may run when A is true.
[shellcheck] installers/olm/generate.sh#L190 <ShellCheck.SC2153>: installers/olm/generate.sh#L190
Possible misspelling: VERSION may not be assigned. Did you mean version?
[shellcheck] installers/olm/generate.sh#L212 <ShellCheck.SC2086>: installers/olm/generate.sh#L212
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L215 <ShellCheck.SC2086>: installers/olm/generate.sh#L215
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L224 <ShellCheck.SC2086>: installers/olm/generate.sh#L224
Double quote to prevent globbing and word splitting.
[shellcheck] installers/olm/generate.sh#L238 <ShellCheck.SC2016>: installers/olm/generate.sh#L238
Expressions don't expand in single quotes, use double quotes for that.