mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 20:20:42 +00:00
adding .secrets.baseline
This commit is contained in:
parent
01c8866e3b
commit
3b8a3be0ed
@ -13,3 +13,9 @@ repos:
|
|||||||
- id: name-tests-test
|
- id: name-tests-test
|
||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
- repo: git://github.com/Yelp/detect-secrets
|
||||||
|
rev: 0.9.1
|
||||||
|
hooks:
|
||||||
|
- id: detect-secrets
|
||||||
|
args: ['--baseline', '.secrets.baseline']
|
||||||
|
exclude: tests/.*
|
||||||
|
19
.secrets.baseline
Normal file
19
.secrets.baseline
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"exclude_regex": "tests/.*",
|
||||||
|
"generated_at": "2018-07-12T23:43:31Z",
|
||||||
|
"plugins_used": [
|
||||||
|
{
|
||||||
|
"base64_limit": 4.5,
|
||||||
|
"name": "Base64HighEntropyString"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hex_limit": 3,
|
||||||
|
"name": "HexHighEntropyString"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PrivateKeyDetector"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": {},
|
||||||
|
"version": "0.9.1"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user