-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsource.ruleset.json
47 lines (46 loc) · 1.37 KB
/
appsource.ruleset.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
{
"name": "Byx Digital ruleset for Appsource app development",
"includedRuleSets": [
{
"action": "Default",
"path": "https://raw.githubusercontent.com/byxdigital/extensionsrulesets/master/base.ruleset.json"
}
],
"rules": [
{
"id": "PTE0001",
"action": "None",
"justification": "Range 50k; PTE Cop for AppSource apps"
},
{
"id": "PTE0002",
"action": "None",
"justification": "Range 50k; PTE Cop for AppSource apps"
},
{
"id": "LC0034",
"action": "Warning",
"justification": "The property Extensible should be explicitly set for public objects."
},
{
"id": "AS0092",
"action": "None",
"justification": "The app.json file must specify an Azure Application Insights resource. Is added by the pipeline"
},
{
"id": "LC0068",
"action": "Warning",
"justification": "Add permissions to all objects"
},
{
"id": "AA0247",
"action": "Warning",
"justification": "Warn on missing ruleset"
},
{
"id": "PTE0013",
"action": "None",
"justification": "Allow entitlements for appsource apps"
}
]
}