diff --git a/.automation/test/docker/good/Dockerfile b/.automation/test/docker/good/Dockerfile index 07cdfd47..9b15c22e 100644 --- a/.automation/test/docker/good/Dockerfile +++ b/.automation/test/docker/good/Dockerfile @@ -1,4 +1,4 @@ -FROM node:latest +FROM node:10 # Create app directory RUN mkdir -p /usr/src/app diff --git a/lib/linter.sh b/lib/linter.sh index b2b3f7e7..b7323ef4 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1290,7 +1290,7 @@ TestCodebase() ################################# # Get list of all files to lint # ################################# - # shellcheck disable=SC2207,SC2086 + # shellcheck disable=SC2207,SC2086,SC2010 LIST_FILES=($(cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER" || exit; ls ansible/ | grep ".yml" 2>&1)) else #################################