Skip to content

Commit

Permalink
add root users directory to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Apr 11, 2016
1 parent 67d6e64 commit 977fd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Please see [Go's regular expression syntax documentation](https://golang.org/pkg
# Output warning on match but continue
warn:
- '(?i)user(name)?\W*[:=,]\W*.+$'
- '\/Users\/\w+\/'
# Fail immediately upon match
fail:
- '(?i)db_(user(name)?|pass(word)?|name)\W*[:=,]\W*.+$'
Expand Down

0 comments on commit 977fd77

Please sign in to comment.