Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:
# pins only the wrapper. pin the image by digest too, and bump it together with the action SHA.
version: 3.97.0@sha256:ff4c95e9df7d645daf2140e3ca1039031c63106268d5fbb25feb43ceca1bcc33
# exclude buggy detectors that cause false positives and are not relevant to our codebase.
# lob matches `(live|test)_[a-zA-Z0-9_]{35}`, which any pytest name of exactly 35 characters after
# `test_` satisfies (e.g. `test_reward_func_wrong_number_of_rewards`).
# without --fail-on-scan-errors, a scan that errors out and covers nothing passes as a scan that found nothing.
extra_args: --results=verified,unknown --exclude-detectors=postgres,lob --fail-on-scan-errors
extra_args: --results=verified,unknown --exclude-detectors=postgres --fail-on-scan-errors
Loading