-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
29
30
31
32
33
34
35
36
37
38
{
"name": "pull-request-comment-action",
"version": "1.0.0",
"private": true,
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/rest": "^18.12.0",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"axios": "^1.4.0",
"fs": "0.0.1-security",
"tar": "^6.1.15"
},
"description": "Detects Secrets on a GitHub Pull Request and Comments to Request Remediation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therealdwright/trufflehog-secrets-detector.git"
},
"release": {
"branches": [
"main",
"next"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/therealdwright/trufflehog-secrets-detector/issues"
},
"homepage": "https://github.com/therealdwright/trufflehog-secrets-detector#readme"
}