Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 61bf169

Browse files
committed
update test with new results
1 parent 53d0608 commit 61bf169

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

tests/pip_analysis_expected.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"Image": "gcr.io/gcp-runtimes/pip-modified",
44
"AnalyzeType": "Pip",
55
"Analysis": [
6+
{
7+
"Name": "argparse",
8+
"Path": "/usr/lib/python2.7",
9+
"Version": "1.2.1",
10+
"Size": 89124
11+
},
12+
{
13+
"Name": "bzr",
14+
"Path": "/usr/lib/python2.7/dist-packages",
15+
"Version": "2.7.0dev1",
16+
"Size": 13063022
17+
},
618
{
719
"Name": "configobj",
820
"Path": "/usr/lib/python2.7/dist-packages",
@@ -56,7 +68,13 @@
5668
"Path": "/usr/local/lib/python3.6/site-packages",
5769
"Version": "0.29.0",
5870
"Size": 103509
71+
},
72+
{
73+
"Name": "wsgiref",
74+
"Path": "/usr/lib/python2.7",
75+
"Version": "0.1.2",
76+
"Size": 101007
5977
}
6078
]
6179
}
62-
]
80+
]

0 commit comments

Comments
 (0)