Skip to content

Commit 400b32d

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/sbom/mend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +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,
173174
}
174175

175176
// Add scope

0 commit comments

Comments
 (0)