Skip to content

Commit fe1fe95

Browse files
committed
fix: maxDepthLevel
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 400b32d commit fe1fe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sbom/mend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func (m *MendClient) RequestSBOMExport(ctx context.Context, outputFile string) e
170170
"reportType": "cycloneDX_1_5",
171171
"format": "json",
172172
"includeVulnerabilities": false,
173-
"maxDepthLevel": 100,
173+
"maxDepthLevel": 10,
174174
}
175175

176176
// Add scope

0 commit comments

Comments
 (0)