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:
parent
aa8f1d3318
commit
2b218ce0de
3 changed files with 2992 additions and 3 deletions
2989
.secrets-baseline
Normal file
2989
.secrets-baseline
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue