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 08a2d6f commit b97d648Copy full SHA for b97d648
gitleaks/action.yml
@@ -95,7 +95,7 @@ runs:
95
run: |
96
set -euo pipefail
97
CONFIG_ARG="${{ steps.config.outputs.config_arg }}"
98
- gitleaks detect --no-banner --redact \
+ gitleaks detect --no-banner --redact --log-level debug \
99
--report-format json --report-path gitleaks.json \
100
$CONFIG_ARG \
101
--source .
@@ -111,7 +111,7 @@ runs:
111
echo "Base commit: $BASE_COMMIT"
112
echo "Scanning range: ${BASE_COMMIT}..HEAD"
113
114
115
116
--log-opts="${BASE_COMMIT}..HEAD" \
117
0 commit comments