Skip to content

Commit ba12595

Browse files
Fix argument formatting for max decode depth in entrypoint script
1 parent af57b42 commit ba12595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ command+=$(arg '--verbose' "${INPUT_VERBOSE}")
7979
command+=$(arg '--log-level %s' "${INPUT_LOG_LEVEL}")
8080
command+=$(arg '--report-path %s' "${GITHUB_WORKSPACE}/gitleaks-report.${INPUT_REPORT_FORMAT}")
8181
command+=$(arg '--exit-code %d' "${INPUT_EXIT_CODE}")
82-
command+=$(arg '--max_decode_depth %d' "${INPUT_MAX_DECODE_DEPTH}")
82+
command+=$(arg '--max-decode-depth %d' "${INPUT_MAX_DECODE_DEPTH}")
8383
command+=$(arg '--follow-symlinks' "${INPUT_FOLLOW_SYMLINKS}")
8484

8585
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then

0 commit comments

Comments
 (0)