Skip to content

Commit

Permalink
Merge pull request #340 from CircleCI-Public/hotfix/shellcheck-ignore
Browse files Browse the repository at this point in the history
Ignore lint on indirectly used variable
  • Loading branch information
bjohnso5 authored Apr 29, 2024
2 parents fb01104 + 70f2cff commit 4d02c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/docker_buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ AWS_ECR_EVAL_DOCKERFILE="$(eval echo "${AWS_ECR_STR_DOCKERFILE}")"
AWS_ECR_EVAL_PROFILE_NAME="$(eval echo "${AWS_ECR_STR_PROFILE_NAME}")"
AWS_ECR_EVAL_PLATFORM="$(eval echo "${AWS_ECR_STR_PLATFORM}")"
AWS_ECR_EVAL_LIFECYCLE_POLICY_PATH="$(eval echo "${AWS_ECR_STR_LIFECYCLE_POLICY_PATH}")"
# shellcheck disable=SC2034 # used indirectly via environment in `docker buildx` builds
BUILDX_NO_DEFAULT_ATTESTATIONS=1


Expand Down

0 comments on commit 4d02c82

Please sign in to comment.