Skip to content

Commit

Permalink
fix(detect-secrets): Install detect-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdsouza committed May 9, 2019
1 parent 80bce49 commit 04997f9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- repo: git@github.ibm.com:Whitewater/whitewater-detect-secrets
rev: master
hooks:
- id: detect-secrets # pragma: whitelist secret
args: [--baseline, .secrets.baseline, --no-keyword-scan ]
25 changes: 25 additions & 0 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"exclude_regex": null,
"generated_at": "2019-05-09T15:31:23Z",
"plugins_used": [
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
}
],
"results": {},
"version": "0.10.3"
}

0 comments on commit 04997f9

Please sign in to comment.