Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPXC-1342 community bundle generation. #1843

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Merge branch 'main' into K8SPXC-1342_bundle_generation

3d3761b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

K8SPXC-1342 community bundle generation. #1843

Merge branch 'main' into K8SPXC-1342_bundle_generation
3d3761b
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck failed Jan 6, 2025 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (15)

installers/olm/generate.sh|25 col 6| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|25 col 6| Possible misspelling: MODE may not be assigned. Did you mean mode?
installers/olm/generate.sh|30 col 8| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|94 col 25| Possible misspelling: PACKAGE_CHANNEL may not be assigned. Did you mean package_channel?
installers/olm/generate.sh|102 col 6| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|112 col 8| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|118 col 8| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|172 col 44| Note that A && B || C is not if-then-else. C may run when A is true.
installers/olm/generate.sh|174 col 41| Note that A && B || C is not if-then-else. C may run when A is true.
installers/olm/generate.sh|176 col 47| Note that A && B || C is not if-then-else. C may run when A is true.
installers/olm/generate.sh|190 col 17| Possible misspelling: VERSION may not be assigned. Did you mean version?
installers/olm/generate.sh|212 col 6| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|215 col 8| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|224 col 8| Double quote to prevent globbing and word splitting.
installers/olm/generate.sh|238 col 11| Expressions don't expand in single quotes, use double quotes for that.

Filtered Findings (0)

Annotations

Check notice on line 25 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L25 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:25:6: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 25 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L25 <ShellCheck.SC2153>

Possible misspelling: MODE may not be assigned. Did you mean mode?
Raw output
./installers/olm/generate.sh:25:6: info: Possible misspelling: MODE may not be assigned. Did you mean mode? (ShellCheck.SC2153)

Check notice on line 30 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L30 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:30:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 94 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L94 <ShellCheck.SC2153>

Possible misspelling: PACKAGE_CHANNEL may not be assigned. Did you mean package_channel?
Raw output
./installers/olm/generate.sh:94:25: info: Possible misspelling: PACKAGE_CHANNEL may not be assigned. Did you mean package_channel? (ShellCheck.SC2153)

Check notice on line 102 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L102 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:102:6: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 112 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L112 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:112:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 118 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L118 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:118:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 172 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L172 <ShellCheck.SC2015>

Note that A && B || C is not if-then-else. C may run when A is true.
Raw output
./installers/olm/generate.sh:172:44: info: Note that A && B || C is not if-then-else. C may run when A is true. (ShellCheck.SC2015)

Check notice on line 174 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L174 <ShellCheck.SC2015>

Note that A && B || C is not if-then-else. C may run when A is true.
Raw output
./installers/olm/generate.sh:174:41: info: Note that A && B || C is not if-then-else. C may run when A is true. (ShellCheck.SC2015)

Check notice on line 176 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L176 <ShellCheck.SC2015>

Note that A && B || C is not if-then-else. C may run when A is true.
Raw output
./installers/olm/generate.sh:176:47: info: Note that A && B || C is not if-then-else. C may run when A is true. (ShellCheck.SC2015)

Check notice on line 190 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L190 <ShellCheck.SC2153>

Possible misspelling: VERSION may not be assigned. Did you mean version?
Raw output
./installers/olm/generate.sh:190:17: info: Possible misspelling: VERSION may not be assigned. Did you mean version? (ShellCheck.SC2153)

Check notice on line 212 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L212 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:212:6: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 215 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L215 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:215:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 224 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L224 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./installers/olm/generate.sh:224:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 238 in installers/olm/generate.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] installers/olm/generate.sh#L238 <ShellCheck.SC2016>

Expressions don't expand in single quotes, use double quotes for that.
Raw output
./installers/olm/generate.sh:238:11: info: Expressions don't expand in single quotes, use double quotes for that. (ShellCheck.SC2016)