reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (2)
.github/workflows/k8s-publish-test-base-image.yaml|21 col 9| shellcheck reported issue in this script: SC2001:style:2:21: See if you can use ${variable//search/replace} instead [shellcheck]
.github/workflows/k8s-publish-test-base-image.yaml|21 col 9| shellcheck reported issue in this script: SC2086:info:3:149: Double quote to prevent globbing and word splitting [shellcheck]
Filtered Findings (0)
Annotations
Check failure on line 21 in .github/workflows/k8s-publish-test-base-image.yaml
github-actions / actionlint
[actionlint] .github/workflows/k8s-publish-test-base-image.yaml#L21
shellcheck reported issue in this script: SC2001:style:2:21: See if you can use ${variable//search/replace} instead [shellcheck]
Raw output
.github/workflows/k8s-publish-test-base-image.yaml:21:9: shellcheck reported issue in this script: SC2001:style:2:21: See if you can use ${variable//search/replace} instead [shellcheck]
Check failure on line 21 in .github/workflows/k8s-publish-test-base-image.yaml
github-actions / actionlint
[actionlint] .github/workflows/k8s-publish-test-base-image.yaml#L21
shellcheck reported issue in this script: SC2086:info:3:149: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/k8s-publish-test-base-image.yaml:21:9: shellcheck reported issue in this script: SC2086:info:3:149: Double quote to prevent globbing and word splitting [shellcheck]