-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
40 lines (40 loc) · 935 Bytes
/
package.json
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
39
40
{
"name": "prisma-cloud-scan",
"description": "Scan with Prisma Cloud",
"author": "Palo Alto Networks",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint index.js",
"build": "ncc build index.js --license licenses.txt"
},
"homepage": "https://github.com/paloaltonetworks/prisma-cloud-scan#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/paloaltonetworks/prisma-cloud-scan.git"
},
"bugs": {
"url": "https://github.com/paloaltonetworks/prisma-cloud-scan/issues"
},
"keywords": [
"prisma",
"cloud",
"compute",
"twistlock",
"docker",
"container",
"image",
"vulnerability",
"compliance",
"scan"
],
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"axios": "^1.1.3"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^8.26.0"
}
}