Skip to content

Commit

Permalink
ignore fake credentials (#9108)
Browse files Browse the repository at this point in the history
* ignore fake credentials

* ignore the credentials.yml file inside test_moodbot only
  • Loading branch information
HotThoughts authored Jul 12, 2021
1 parent 2cfdf85 commit 1e78ee2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ title = "gitleaks config"
files = ['''^\.?gitleaks.toml$''',
'''(.*?)(jpg|gif|doc|pdf|bin)$''',
'''(go.mod|go.sum)$''',
'''docusaurus.config.js$''']
'''docusaurus.config.js$''',
'''rasa/data/test_moodbot/credentials.yml$''']
regexes = [
# this regex is useful for documentation content: we can still show
# that users need to configure a private key and include "..." in it
Expand Down

0 comments on commit 1e78ee2

Please sign in to comment.