Skip to content

Commit 8e29ecb

Browse files
committed
add more json
1 parent 2ff6ff3 commit 8e29ecb

7 files changed

Lines changed: 25 additions & 14 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"Alerts": []}
1+
{
2+
"Alerts": []
3+
}
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{"additionalData": {"totalItems": 0, "paging": {}}, "supportToken": "123442284e284dddb0652ff65c9f3ebd1731540952924", "response": []}
1+
{
2+
"additionalData": {
3+
"totalItems": 0,
4+
"paging": {}
5+
},
6+
"supportToken": "123442284e284dddb0652ff65c9f3ebd1731540952924",
7+
"response": []
8+
}
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{
2-
"vulnerabilities":[
3-
4-
]
1+
{
2+
"vulnerabilities": []
53
}

unittests/scans/semgrep/empty.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{"results": [], "errors": []}
1+
{
2+
"results": [],
3+
"errors": []
4+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"findings": [
3-
]
2+
"findings": []
43
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"jsonapi": {
3-
"version": "1.0"
4-
},
5-
"data": []
2+
"jsonapi": {
3+
"version": "1.0"
4+
},
5+
"data": []
66
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"collection": []}
1+
{
2+
"collection": []
3+
}

0 commit comments

Comments
 (0)