reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (19)
.github/workflows/release.yml|30 col 9| shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|30 col 9| shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|46 col 9| shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]
.github/workflows/release.yml|46 col 9| shellcheck reported issue in this script: SC2129:style:24:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release.yml|46 col 9| shellcheck reported issue in this script: SC2086:info:24:30: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|46 col 9| shellcheck reported issue in this script: SC2086:info:25:20: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|46 col 9| shellcheck reported issue in this script: SC2086:info:26:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:2:35: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|83 col 9| shellcheck reported issue in this script: SC2129:style:4:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:4:35: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:5:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|83 col 9| shellcheck reported issue in this script: SC2086:info:6:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|94 col 9| shellcheck reported issue in this script: SC2129:style:7:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:8:14: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|94 col 9| shellcheck reported issue in this script: SC2086:info:10:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|118 col 9| shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yml|118 col 9| shellcheck reported issue in this script: SC2086:info:4:41: Double quote to prevent globbing and word splitting [shellcheck]
Filtered Findings (1)
.github/workflows/k8s-publish-test-base-image.yaml|21 col 9| shellcheck reported issue in this script: SC2086:info:2:149: Double quote to prevent globbing and word splitting [shellcheck]
Annotations
Check failure on line 30 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L30
shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:30:9: shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 30 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L30
shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:30:9: shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 46 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L46
shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/release.yml:46:9: shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]
Check failure on line 46 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L46
shellcheck reported issue in this script: SC2129:style:24:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release.yml:46:9: shellcheck reported issue in this script: SC2129:style:24:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Check failure on line 46 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L46
shellcheck reported issue in this script: SC2086:info:24:30: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:46:9: shellcheck reported issue in this script: SC2086:info:24:30: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 46 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L46
shellcheck reported issue in this script: SC2086:info:25:20: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:46:9: shellcheck reported issue in this script: SC2086:info:25:20: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 46 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L46
shellcheck reported issue in this script: SC2086:info:26:15: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:46:9: shellcheck reported issue in this script: SC2086:info:26:15: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 83 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L83
shellcheck reported issue in this script: SC2086:info:2:35: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:83:9: shellcheck reported issue in this script: SC2086:info:2:35: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 83 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L83
shellcheck reported issue in this script: SC2129:style:4:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release.yml:83:9: shellcheck reported issue in this script: SC2129:style:4:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Check failure on line 83 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L83
shellcheck reported issue in this script: SC2086:info:4:35: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:83:9: shellcheck reported issue in this script: SC2086:info:4:35: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 83 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L83
shellcheck reported issue in this script: SC2086:info:5:19: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:83:9: shellcheck reported issue in this script: SC2086:info:5:19: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 83 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L83
shellcheck reported issue in this script: SC2086:info:6:15: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:83:9: shellcheck reported issue in this script: SC2086:info:6:15: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 94 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L94
shellcheck reported issue in this script: SC2129:style:7:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release.yml:94:9: shellcheck reported issue in this script: SC2129:style:7:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Check failure on line 94 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L94
shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:94:9: shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 94 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L94
shellcheck reported issue in this script: SC2086:info:8:14: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:94:9: shellcheck reported issue in this script: SC2086:info:8:14: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 94 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L94
shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:94:9: shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 94 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L94
shellcheck reported issue in this script: SC2086:info:10:17: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:94:9: shellcheck reported issue in this script: SC2086:info:10:17: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 118 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L118
shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:118:9: shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 118 in .github/workflows/release.yml
github-actions / actionlint
[actionlint] .github/workflows/release.yml#L118
shellcheck reported issue in this script: SC2086:info:4:41: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release.yml:118:9: shellcheck reported issue in this script: SC2086:info:4:41: Double quote to prevent globbing and word splitting [shellcheck]