File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -72,33 +72,33 @@ in order to retrieve just a Summary. Use the `verbose=false` Query parameter to
7272$ http :8080/api/v4/analysis Content-Type:" application/vnd.cyclonedx+json" Accept:" application/json" @' target/sbom.json' verbose==false
7373
7474{
75- " scanned" : {
76- " total" : 9,
77- " direct" : 2,
78- " transitive" : 7
79- },
80- " providers" : {
81- " oss-index" : {
82- " status" : {
83- " ok" : true,
84- " name" : " oss-index" ,
85- " code" : 200,
86- " message" : " OK"
87- },
88- " sources" : {
89- " oss-index" : {
90- " summary" : {
91- " direct" : 0,
92- " transitive" : 3,
93- " total" : 3,
94- " dependencies" : 1,
95- " critical" : 0,
96- " high" : 3,
97- " medium" : 0,
98- " low" : 0,
99- " remediations" : 0,
100- " recommendations" : 0
101- },
75+ " scanned" : {
76+ " total" : 9,
77+ " direct" : 2,
78+ " transitive" : 7
79+ },
80+ " providers" : {
81+ " oss-index" : {
82+ " status" : {
83+ " ok" : true,
84+ " name" : " oss-index" ,
85+ " code" : 200,
86+ " message" : " OK"
87+ },
88+ " sources" : {
89+ " oss-index" : {
90+ " summary" : {
91+ " direct" : 0,
92+ " transitive" : 3,
93+ " total" : 3,
94+ " dependencies" : 1,
95+ " critical" : 0,
96+ " high" : 3,
97+ " medium" : 0,
98+ " low" : 0,
99+ " remediations" : 0,
100+ " recommendations" : 0
101+ },
102102 " dependencies" : []
103103 }
104104 }
@@ -172,22 +172,22 @@ Content-Transfer-Encoding: binary
172172
173173{
174174{
175- " scanned" : {
176- " total" : 9,
177- " direct" : 2,
178- " transitive" : 7
179- },
180- " providers" : {
181- " oss-index" : {
182- " status" : {
183- " ok" : true,
184- " name" : " oss-index" ,
185- " code" : 200,
186- " message" : " OK"
187- },
175+ " scanned" : {
176+ " total" : 9,
177+ " direct" : 2,
178+ " transitive" : 7
179+ },
180+ " providers" : {
181+ " oss-index" : {
182+ " status" : {
183+ " ok" : true,
184+ " name" : " oss-index" ,
185+ " code" : 200,
186+ " message" : " OK"
187+ },
188188 sources" : {
189- " oss-index" : {
190- " summary" : {
189+ " oss-index" : {
190+ " summary" : {
191191 ...
192192 },
193193 " dependencies" : [
You can’t perform that action at this time.
0 commit comments