Skip to content

Commit

Permalink
Merge 4a55e45 into eeef802
Browse files Browse the repository at this point in the history
  • Loading branch information
domanchi committed Jul 12, 2018
2 parents eeef802 + 4a55e45 commit 698112d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -19,3 +19,9 @@
sha: v0.3.2
hooks:
- id: reorder-python-imports
- repo: git@github.com:Yelp/detect-secrets
sha: 0.9.1
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: tests/.*
19 changes: 19 additions & 0 deletions .secrets.baseline
@@ -0,0 +1,19 @@
{
"exclude_regex": "tests/.*",
"generated_at": "2018-07-12T23:38:53Z",
"plugins_used": [
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "PrivateKeyDetector"
}
],
"results": {},
"version": "0.9.1"
}

0 comments on commit 698112d

Please sign in to comment.