Skip to content

Commit a278820

Browse files
Stop excluding the trufflehog lob detector
1 parent 4391de6 commit a278820

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/trufflehog.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
# pins only the wrapper. pin the image by digest too, and bump it together with the action SHA.
3232
version: 3.97.0@sha256:ff4c95e9df7d645daf2140e3ca1039031c63106268d5fbb25feb43ceca1bcc33
3333
# exclude buggy detectors that cause false positives and are not relevant to our codebase.
34-
# lob matches `(live|test)_[a-zA-Z0-9_]{35}`, which any pytest name of exactly 35 characters after
35-
# `test_` satisfies (e.g. `test_reward_func_wrong_number_of_rewards`).
3634
# without --fail-on-scan-errors, a scan that errors out and covers nothing passes as a scan that found nothing.
37-
extra_args: --results=verified,unknown --exclude-detectors=postgres,lob --fail-on-scan-errors
35+
extra_args: --results=verified,unknown --exclude-detectors=postgres --fail-on-scan-errors

0 commit comments

Comments
 (0)