Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 408 Bytes

git-seekret.md

File metadata and controls

16 lines (14 loc) · 408 Bytes

Using git-seekret contributors should add the following rules in a new rule file in ~.git_support/seekret-rules

contents:

fdescribe:
  match: .*f(describe|it).*$
only:
  match: .*(describe|it)\.only.*$
passwords:
  match: \s*(secret|password)("|')\s*(=|:)\s*('|").+('|").*$
  unmatch: \s*permit_secret":\s*"secret"$
printenv:
  match: .*printenv.*$