We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af57b42 commit ba12595Copy full SHA for ba12595
entrypoint.sh
@@ -79,7 +79,7 @@ command+=$(arg '--verbose' "${INPUT_VERBOSE}")
79
command+=$(arg '--log-level %s' "${INPUT_LOG_LEVEL}")
80
command+=$(arg '--report-path %s' "${GITHUB_WORKSPACE}/gitleaks-report.${INPUT_REPORT_FORMAT}")
81
command+=$(arg '--exit-code %d' "${INPUT_EXIT_CODE}")
82
-command+=$(arg '--max_decode_depth %d' "${INPUT_MAX_DECODE_DEPTH}")
+command+=$(arg '--max-decode-depth %d' "${INPUT_MAX_DECODE_DEPTH}")
83
command+=$(arg '--follow-symlinks' "${INPUT_FOLLOW_SYMLINKS}")
84
85
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
0 commit comments