ci: adding validations to prevent commit secrets
.husky/pre-commit
0 → 100644
This diff is collapsed.
... | ... | @@ -118,6 +118,7 @@ |
"cz-conventional-changelog": "^3.3.0", | ||
"fs-jetpack": "2.2.3", | ||
"handlebars": "^4.7.3", | ||
"husky": "^7.0.1", | ||
"inline-css": "2.6.2", | ||
"istanbul": "0.4.5", | ||
"js-yaml": "^3.13.1", | ||
... | ... | @@ -130,6 +131,7 @@ |
"path": "^0.12.7", | ||
"redis-mock": "^0.49.0", | ||
"sinon": "8.1.1", | ||
"scan-for-secrets": "^2.0.3", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^9.1.1", | ||
"tslint": "6.0.0", | ||
... | ... |
Please register or sign in to comment