-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.json
More file actions
53 lines (53 loc) · 1.78 KB
/
output.json
File metadata and controls
53 lines (53 loc) · 1.78 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
51
52
53
{
"version": "0.0.2",
"findings": [
{
"file": "/github/workspace/src/main/app/globals.xml",
"messages": [
{
"message": "Element logger does not contain the attribute category",
"category": "InvalidAttribute",
"lineNumber": 22,
"element": "logger"
}
],
"aggregations": {
"loggerCount": 1,
"flowCount": 0
}
},
{
"file": "/github/workspace/src/main/app/update-plan.xml",
"messages": [
{
"message": "Element logger does not contain the attribute category",
"category": "InvalidAttribute",
"lineNumber": 13,
"element": "logger"
},
{
"message": "Element http:request does not have a parent of until-successful",
"category": "InvalidParent",
"lineNumber": 25,
"element": "http:request"
},
{
"message": "Element http:request does not have a sibling of logger",
"category": "InvalidSibling",
"lineNumber": 25,
"element": "http:request"
},
{
"message": "Element http:request does not have a sibling of logger",
"category": "InvalidSibling",
"lineNumber": 25,
"element": "http:request"
}
],
"aggregations": {
"loggerCount": 1,
"flowCount": 1
}
}
]
}