Skip to content

Commit

Permalink
prevent extra empty string argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-hall committed Oct 31, 2022
1 parent f2c4d29 commit 0eef88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ if [ -n "${INPUT_TFSEC_FORMATS}" ]; then
TFSEC_OUT_OPTION="${TFSEC_OUT_OPTION%.*}"
fi

tfsec --out=${TFSEC_OUT_OPTION} --format="${TFSEC_FORMAT_OPTION}" --soft-fail "${TFSEC_ARGS_OPTION}" "${INPUT_WORKING_DIRECTORY}"
tfsec --out=${TFSEC_OUT_OPTION} --format="${TFSEC_FORMAT_OPTION}" --soft-fail ${TFSEC_ARGS_OPTION} "${INPUT_WORKING_DIRECTORY}"
commenter

0 comments on commit 0eef88e

Please sign in to comment.