Bump hadolint/eclint version (#3371)

This commit is contained in:
Casper 2023-05-28 22:48:11 +02:00 committed by GitHub
parent 3d6260adf8
commit 5c504a5741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -9,8 +9,8 @@ shopt -s inherit_errexit
REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
LOG_LEVEL=${LOG_LEVEL:-debug}
HADOLINT_VERSION='2.9.2'
ECLINT_VERSION='2.4.0'
HADOLINT_VERSION='2.12.0'
ECLINT_VERSION='2.7.0'
SHELLCHECK_VERSION='0.9.0'
# shellcheck source=./../../target/scripts/helpers/log.sh