Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

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.*$