Skip to content
GitHub Actions / actionlint failed Sep 11, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (23)

.github/workflows/release-go-module.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-go-module.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-go-module.yml|42 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|42 col 9| shellcheck reported issue in this script: SC2129:style:26:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|42 col 9| shellcheck reported issue in this script: SC2086:info:26:30: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|42 col 9| shellcheck reported issue in this script: SC2086:info:27:20: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|42 col 9| shellcheck reported issue in this script: SC2086:info:28:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|81 col 9| shellcheck reported issue in this script: SC2086:info:2:36: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|81 col 9| shellcheck reported issue in this script: SC2086:info:2:63: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|81 col 9| shellcheck reported issue in this script: SC2129:style:5:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/release-go-module.yml|81 col 9| shellcheck reported issue in this script: SC2086:info:5:33: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|81 col 9| shellcheck reported issue in this script: SC2086:info:6:29: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|81 col 9| shellcheck reported issue in this script: SC2086:info:7:15: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|93 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|93 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|93 col 9| shellcheck reported issue in this script: SC2086:info:8:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|93 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|93 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|93 col 9| shellcheck reported issue in this script: SC2086:info:11:31: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|93 col 9| shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|93 col 9| shellcheck reported issue in this script: SC2086:info:13:17: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-go-module.yml|121 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|121 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-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.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-go-module.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-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.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-go-module.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 42 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L42

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:42:9: shellcheck reported issue in this script: SC2046:warning:7:70: Quote this to prevent word splitting [shellcheck]

Check failure on line 42 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L42

shellcheck reported issue in this script: SC2129:style:26:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:42:9: shellcheck reported issue in this script: SC2129:style:26:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check failure on line 42 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L42

shellcheck reported issue in this script: SC2086:info:26:30: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:42:9: shellcheck reported issue in this script: SC2086:info:26:30: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 42 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L42

shellcheck reported issue in this script: SC2086:info:27:20: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:42:9: shellcheck reported issue in this script: SC2086:info:27:20: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 42 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L42

shellcheck reported issue in this script: SC2086:info:28:15: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:42:9: shellcheck reported issue in this script: SC2086:info:28:15: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 81 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L81

shellcheck reported issue in this script: SC2086:info:2:36: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:81:9: shellcheck reported issue in this script: SC2086:info:2:36: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 81 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L81

shellcheck reported issue in this script: SC2086:info:2:63: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:81:9: shellcheck reported issue in this script: SC2086:info:2:63: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 81 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L81

shellcheck reported issue in this script: SC2129:style:5:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
Raw output
.github/workflows/release-go-module.yml:81:9: shellcheck reported issue in this script: SC2129:style:5:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check failure on line 81 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L81

shellcheck reported issue in this script: SC2086:info:5:33: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:81:9: shellcheck reported issue in this script: SC2086:info:5:33: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 81 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L81

shellcheck reported issue in this script: SC2086:info:6:29: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:81:9: shellcheck reported issue in this script: SC2086:info:6:29: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 81 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L81

shellcheck reported issue in this script: SC2086:info:7:15: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:81:9: shellcheck reported issue in this script: SC2086:info:7:15: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

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:93: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 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

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:93:9: shellcheck reported issue in this script: SC2086:info:7:37: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2086:info:8:28: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2086:info:8:28: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

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:93:9: shellcheck reported issue in this script: SC2086:info:9:28: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

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:93:9: shellcheck reported issue in this script: SC2086:info:10:14: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2086:info:11:31: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2086:info:11:31: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 93 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L93

shellcheck reported issue in this script: SC2086:info:13:17: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:93:9: shellcheck reported issue in this script: SC2086:info:13:17: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 121 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L121

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:121:9: shellcheck reported issue in this script: SC2086:info:2:40: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 121 in .github/workflows/release-go-module.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-go-module.yml#L121

shellcheck reported issue in this script: SC2086:info:4:41: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/release-go-module.yml:121:9: shellcheck reported issue in this script: SC2086:info:4:41: Double quote to prevent globbing and word splitting [shellcheck]