Skip to content

Commit c9adcf8

Browse files
committed
fix: maxDepthLevel
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 5cbe317 commit c9adcf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/sbom/mend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func (m *MendClient) RequestSBOMExport(ctx context.Context, outputFile string) e
186186
uuids := strings.Split(m.projectUUIDs, ",")
187187
payload["projectUuids"] = uuids
188188
}
189-
// payload["maxDepthLevel"] = 0
189+
payload["maxDepthLevel"] = 0
190190
url = fmt.Sprintf("%s/api/v3.0/applications/%s/dependencies/reports/SBOM", m.baseURL, m.productUUID)
191191
case m.orgScopeUUID != "":
192192
payload["scopeType"] = "organization"

0 commit comments

Comments
 (0)