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

ci: update go,k8s,base-image #174

Merged
merged 2 commits into from
Apr 20, 2024

Update go,k8s,base-image

0a44dfc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: update go,k8s,base-image #174

Update go,k8s,base-image
0a44dfc
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint succeeded Apr 19, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (24)

.github/workflows/ci.yaml|44 col 9| shellcheck reported issue in this script: SC2086:info:1:78: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|55 col 9| shellcheck reported issue in this script: SC2086:info:2:60: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:1:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2086:info:2:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2086:info:17:24: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:18:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:19:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2086:info:26:12: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:42:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:52:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:60:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:68:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2155:warning:82:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/ci.yaml|73 col 9| shellcheck reported issue in this script: SC2086:info:89:8: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2086:info:1:51: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2086:info:2:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|166 col 9| shellcheck reported issue in this script: SC2086:info:3:53: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:2:46: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 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.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:4:51: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:5:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:6:53: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release.yaml|29 col 9| shellcheck reported issue in this script: SC2086:info:7:40: Double quote to prevent globbing and word splitting [shellcheck]