0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -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", "@verdaccio/types": "5.2.2",
"codecov": "3.5.0", "codecov": "3.5.0",
"cross-env": "5.2.0", "cross-env": "5.2.0",
"detect-secrets": "1.0.2", "detect-secrets": "1.0.3",
"eslint": "5.16.0", "eslint": "5.16.0",
"get-stdin": "7.0.0", "get-stdin": "7.0.0",
"husky": "2.7.0", "husky": "2.7.0",
@ -135,14 +135,14 @@
"relative": true, "relative": true,
"linters": { "linters": {
"*.yaml": [ "*.yaml": [
"detect-secrets-launcher",
"prettier --parser yaml --no-config --single-quote --write", "prettier --parser yaml --no-config --single-quote --write",
"detect-secrets-launcher --baseline .secrets-baseline",
"git add" "git add"
], ],
"*": [ "*": [
"detect-secrets-launcher",
"eslint .", "eslint .",
"prettier --write", "prettier --write",
"detect-secrets-launcher --baseline .secrets-baseline",
"git add" "git add"
] ]
}, },

BIN
yarn.lock

Binary file not shown.