mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Update shellcheck
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
6f804d1b87
commit
9f398bb021
2 changed files with 2 additions and 2 deletions
|
@ -573,7 +573,7 @@ FindBuiltImage() {
|
|||
###############################
|
||||
# Check if we found the image #
|
||||
###############################
|
||||
if [ ${FOUND_MAJOR} -eq 1 ] && [ ${FOUND_RELASE} -eq 1 ]; then
|
||||
if [ "${FOUND_MAJOR}" -eq 1 ] && [ "${FOUND_RELASE}" -eq 1 ]; then
|
||||
FOUND_IMAGE=1
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ FROM ghcr.io/terraform-linters/tflint-bundle:v0.44.1.0 as tflint
|
|||
FROM golangci/golangci-lint:v1.50.1 as golangci-lint
|
||||
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
|
||||
FROM hashicorp/terraform:1.3.6 as terraform
|
||||
FROM koalaman/shellcheck:v0.8.0 as shellcheck
|
||||
FROM koalaman/shellcheck:v0.9.0 as shellcheck
|
||||
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
|
||||
FROM mvdan/shfmt:v3.6.0 as shfmt
|
||||
FROM rhysd/actionlint:1.6.22 as actionlint
|
||||
|
|
Loading…
Reference in a new issue