-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.45 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "purpleteam-iac-sut",
"version": "1.2.0",
"description": "Infrastructure as Code for purpleteam SUTs",
"main": "n/a",
"scripts": {
"//": "Build System Under Test images with any required cloud build-time args and push them to their respective repositories.",
"dc-build-nodegoat": "docker-compose -f ../NodeGoat/docker-compose.yml build",
"buildAndDeploySUTCloudImages": "./buildAndDeployCloudImages.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/purpleteam-labs/purpleteam-iac-sut.git"
},
"keywords": [
"agile",
"application security",
"bdd",
"behaviour driven development",
"blue team",
"ci",
"cloud security",
"continuous deployment",
"continuous integration",
"cli",
"cucumber",
"cybersecurity",
"dev sec ops",
"red team",
"security",
"selenium",
"infosec",
"information security",
"tools",
"devsecops",
"devops",
"dev ops",
"purpleteam",
"owasp",
"penetration testing",
"purpleteam",
"security",
"security regression testing",
"software security",
"web application security",
"web security",
"zaproxy"
],
"author": "Kim Carter",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/purpleteam-labs/purpleteam-iac-sut/issues"
},
"homepage": "https://gitlab.com/purpleteam-labs/purpleteam-iac-sut#README",
"dependencies": {},
"devDependencies": {},
"files": []
}