Skip to content

Commit

Permalink
Disable SC2086
Browse files Browse the repository at this point in the history
  • Loading branch information
maruloop committed Feb 10, 2024
1 parent 43d6b03 commit bb149c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "${INPUT_ENVVARS}" | while IFS= read -r line; do
export line
done

# shellcheck disable=SC2086
terraform init ${INPUT_TERRAFORM_INIT_OPTIONS}
terraform validate -json \
| jq -r '.diagnostics[] | "\(.range.filename):\(.range.start.line):\(.range.start.column): \(.detail)"' \
Expand Down

0 comments on commit bb149c0

Please sign in to comment.