Skip to content

Commit

Permalink
Ignore trufflehog launch darkly detection (#490)
Browse files Browse the repository at this point in the history
Much like PagerDutyApiKey, this can trigger a lot of false positives
from seemingly innocuous lines when running with `--no-verification`. We
will want to audit post-release if we can turn verification on with
batching.
  • Loading branch information
TylerJang27 authored Sep 26, 2023
1 parent 8ded98f commit acb2962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/trufflehog/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lint:
output: sarif
run:
trufflehog filesystem --json --fail --no-verification --no-update
--exclude-detectors=PagerDutyApiKey ${target}
--exclude-detectors=PagerDutyApiKey,LaunchDarkly ${target}
read_output_from: stdout
success_codes: [0, 183]
is_security: true
Expand Down

0 comments on commit acb2962

Please sign in to comment.