diff --git a/lib/entrypoint.sh b/lib/entrypoint.sh index 1d215cc1..3b7ed71d 100755 --- a/lib/entrypoint.sh +++ b/lib/entrypoint.sh @@ -289,7 +289,7 @@ LintJsonFiles() ################################# # Get list of all files to lint # ################################# - # shellcheck disable=SC2207 + # shellcheck disable=SC2207,SC2164 LIST_FILES=($(cd "$GITHUB_WORKSPACE"; find . -type f -name "*.json" 2>&1)) ##################