-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1012 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "devsecops-docker-hooks",
"version": "1.5.0",
"private": true,
"description": "A lightweight, Docker-based security scanner that integrates seamlessly with Git workflows to prevent hardcoded secrets from being committed to your repository. Built for the Ministry of Justice, this tool leverages following CLI commands to detect sensitive information such as API keys, passwords, tokens, and other credentials.",
"keywords": [
"moj",
"devsecops",
"hooks"
],
"homepage": "https://github.com/ministryofjustice/devsecops-hooks#readme",
"bugs": {
"url": "https://github.com/ministryofjustice/devsecops-hooks/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ministryofjustice/devsecops-hooks.git"
},
"license": "MIT",
"author": "Abhi Markan",
"scripts": {
"validate:commit:message": "commitlint --color --strict"
},
"dependencies": {
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.3"
}
}