Skip to content

Commit b97d648

Browse files
added debug log
Signed-off-by: Roman Trofimenkov <roman.trofimenkov@flant.com>
1 parent 08a2d6f commit b97d648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitleaks/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
run: |
9696
set -euo pipefail
9797
CONFIG_ARG="${{ steps.config.outputs.config_arg }}"
98-
gitleaks detect --no-banner --redact \
98+
gitleaks detect --no-banner --redact --log-level debug \
9999
--report-format json --report-path gitleaks.json \
100100
$CONFIG_ARG \
101101
--source .
@@ -111,7 +111,7 @@ runs:
111111
echo "Base commit: $BASE_COMMIT"
112112
echo "Scanning range: ${BASE_COMMIT}..HEAD"
113113
114-
gitleaks detect --no-banner --redact \
114+
gitleaks detect --no-banner --redact --log-level debug \
115115
--report-format json --report-path gitleaks.json \
116116
--log-opts="${BASE_COMMIT}..HEAD" \
117117
$CONFIG_ARG \

0 commit comments

Comments
 (0)