Skip to content

Commit be098c7

Browse files
committed
Don't fail trufflehog when findings show up.
1 parent be181ca commit be098c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/global-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
${BASE:-''} \
3838
--branch \
3939
${HEAD:-''} \
40-
--fail \
40+
--no-fail \
4141
--no-update \
4242
--json > .global-checks-tooling/trufflehog.json
4343
cat .global-checks-tooling/trufflehog.json

0 commit comments

Comments
 (0)