reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (26)
.github/workflows/release-go-module.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|45 col 9| shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]
.github/workflows/release-go-module.yml|45 col 9| shellcheck reported issue in this script: SC2086:info:18:48: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|45 col 9| shellcheck reported issue in this script: SC2129:style:28:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|45 col 9| shellcheck reported issue in this script: SC2086:info:28:24: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|45 col 9| shellcheck reported issue in this script: SC2086:info:29:20: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|45 col 9| shellcheck reported issue in this script: SC2086:info:30:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|86 col 9| shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|86 col 9| shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|86 col 9| shellcheck reported issue in this script: SC2086:info:7:33: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|86 col 9| shellcheck reported issue in this script: SC2086:info:8:29: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|86 col 9| shellcheck reported issue in this script: SC2086:info:9:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 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-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:8:31: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:10:14: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:11:25: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:12:32: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:13:14: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:14:34: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:15:41: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|100 col 9| shellcheck reported issue in this script: SC2086:info:16:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|131 col 9| shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|131 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 33 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L33
shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:33:9: shellcheck reported issue in this script: SC2086:info:8:38: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 33 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L33
shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:33:9: shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 45 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L45
shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:45:9: shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]
Check failure on line 45 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L45
shellcheck reported issue in this script: SC2086:info:18:48: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:45:9: shellcheck reported issue in this script: SC2086:info:18:48: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 45 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L45
shellcheck reported issue in this script: SC2129:style:28:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:45:9: shellcheck reported issue in this script: SC2129:style:28:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Check failure on line 45 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L45
shellcheck reported issue in this script: SC2086:info:28:24: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:45:9: shellcheck reported issue in this script: SC2086:info:28:24: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 45 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L45
shellcheck reported issue in this script: SC2086:info:29:20: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:45:9: shellcheck reported issue in this script: SC2086:info:29:20: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 45 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L45
shellcheck reported issue in this script: SC2086:info:30:15: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:45:9: shellcheck reported issue in this script: SC2086:info:30:15: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 86 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L86
shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:86:9: shellcheck reported issue in this script: SC2086:info:4:73: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 86 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L86
shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:86:9: shellcheck reported issue in this script: SC2129:style:7:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Check failure on line 86 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L86
shellcheck reported issue in this script: SC2086:info:7:33: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:86:9: shellcheck reported issue in this script: SC2086:info:7:33: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 86 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L86
shellcheck reported issue in this script: SC2086:info:8:29: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:86:9: shellcheck reported issue in this script: SC2086:info:8:29: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 86 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L86
shellcheck reported issue in this script: SC2086:info:9:15: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:86:9: shellcheck reported issue in this script: SC2086:info:9:15: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
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-go-module.yml:100: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 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:8:31: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:8:31: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:10:14: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:10:14: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:11:25: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:11:25: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:12:32: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:12:32: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:13:14: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:13:14: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:14:34: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:14:34: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:15:41: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:15:41: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 100 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L100
shellcheck reported issue in this script: SC2086:info:16:17: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:100:9: shellcheck reported issue in this script: SC2086:info:16:17: Double quote to prevent globbing and word splitting [shellcheck]
Check failure on line 131 in .github/workflows/release-go-module.yml
github-actions / actionlint
[actionlint] .github/workflows/release-go-module.yml#L131
shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:131:9: shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]