Skip to content

Conversation

@kamil-bielecki-bosch
Copy link

This commits are proposal for new ORT BOM file format described under #10182

Comment on lines +98 to +103
pck.curation?.let {
return PackageCuration(
id = pck.getIdentifier(),
data = pck.getCurationData()
)
}

Check warning

Code scanning / detekt

Reports code blocks that are not followed by an empty line Warning

Missing empty line after block.
@JsonIgnoreProperties(ignoreUnknown = true)
internal data class CurationDto(
val concludedLicense: String,
val comment: String? = null,

Check warning

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Unnecessary trailing comma before ")"
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.38%. Comparing base (5be55f5) to head (365bb53).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #11084   +/-   ##
=========================================
  Coverage     57.38%   57.38%           
  Complexity     1705     1705           
=========================================
  Files           346      346           
  Lines         12842    12842           
  Branches       1219     1219           
=========================================
  Hits           7370     7370           
  Misses         5001     5001           
  Partials        471      471           
Flag Coverage Δ
funTest-external-tools 13.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Kamil Bielecki added 2 commits November 20, 2025 09:41
Work In Progress
This commit defines new format for ORT - specific BOM
file. Also, defines new package manager able to parse and process
this BOM file, providing packages list for further analysis.

Signed-off-by: Kamil Bielecki <kamil.bielecki@pl.bosch.com>
Work In Progress
This commit creates new curation provider based on ort-bom
file format.

Signed-off-by: Kamil Bielecki <kamil.bielecki@pl.bosch.com>
@sschuberth
Copy link
Member

For whatever reason this is now being follow-up on at #11122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants