Skip to content

K8SPXC-1342 community bundle generation. #2809

K8SPXC-1342 community bundle generation.

K8SPXC-1342 community bundle generation. #2809

GitHub Actions / shellcheck failed Jan 3, 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)