0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix(security): add secrets baseline

This commit is contained in:
Liran Tal 2019-07-19 08:02:08 +03:00
parent aa8f1d3318
commit 2b218ce0de
No known key found for this signature in database
GPG key ID: 073F633B3575FF1E
3 changed files with 2992 additions and 3 deletions

2989
.secrets-baseline Normal file

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@
"@verdaccio/types": "5.2.2",
"codecov": "3.5.0",
"cross-env": "5.2.0",
"detect-secrets": "1.0.2",
"detect-secrets": "1.0.3",
"eslint": "5.16.0",
"get-stdin": "7.0.0",
"husky": "2.7.0",
@ -135,14 +135,14 @@
"relative": true,
"linters": {
"*.yaml": [
"detect-secrets-launcher",
"prettier --parser yaml --no-config --single-quote --write",
"detect-secrets-launcher --baseline .secrets-baseline",
"git add"
],
"*": [
"detect-secrets-launcher",
"eslint .",
"prettier --write",
"detect-secrets-launcher --baseline .secrets-baseline",
"git add"
]
},

BIN
yarn.lock

Binary file not shown.