forked from mrvautin/expressCart
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio-manifest.json
More file actions
50 lines (50 loc) · 1.26 KB
/
io-manifest.json
File metadata and controls
50 lines (50 loc) · 1.26 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"application": {
"appId": "ssdc-swagstore",
"assetId": "ssdc-swagstore",
"projectName": "ssdc-swagstore",
"projectLanguage": "JavaScript",
"platformVersion": "NodeJS10",
"buildSystem": "npm",
"riskMatrixRevision": "employeeApps-1.0",
"sourceFilePattern": ".*\\+\\+\\+.*(\\.js)+.*",
"sensitivePackagePattern": ".*(\\+\\+\\+.*(\\/((a|A)pp|(c|C)rypto|(a|A)uth|(s|S)ec|(l|L)ogin|(p|P)ass|(o|O)auth|(t|T)oken|(i|I)d|(c|C)red|(s|S)aml|(c|C)ognito|(s|S)ignin|(s|S)ignup|(a|A)ccess))).*",
"fileChangeThreshold": 8
},
"environment": {
"enableJira": false,
"enableScm": false,
"scm": "github",
"scmOwner": "xenserverarmy",
"scmRepositoryName": "expressCart",
"scmBranchName": "master",
"githubUsername": "xenserverarmy",
"githubApiUrl": "https://api.github.com/repos/"
},
"security": {
"pipeline": {
"type": "csf",
"toolchain": "Hybrid"
},
"activities": {
"sast": {
"rescanThreshold": 2
},
"sca": {
"rescanThreshold": 3
},
"image": {
"rescanThreshold": 5
},
"dast": {
"rescanThreshold": 4
},
"dastplusm": {
"enabled": false
},
"sastplusm": {
"enabled": false
}
}
}
}