Skip to content

feat: expose sbom generation tools#4795

Open
a1994sc wants to merge 2 commits intomainfrom
feature/allen/api-expose
Open

feat: expose sbom generation tools#4795
a1994sc wants to merge 2 commits intomainfrom
feature/allen/api-expose

Conversation

@a1994sc
Copy link
Copy Markdown
Contributor

@a1994sc a1994sc commented Apr 7, 2026

Description

Exposes a handful of useful generic functions from github.com/zarf-dev/zarf/src/pkg/packager/layout

Related Issue

Fixes #4794

Checklist before merging

@a1994sc a1994sc requested review from a team as code owners April 7, 2026 21:04
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 7, 2026

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit 9e00b02
🔍 Latest deploy log https://app.netlify.com/projects/zarf-docs/deploys/69d5891dfb779000089b941b

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2026

Codecov Report

❌ Patch coverage is 80.00000% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pkg/packager/layout/sbom.go 75.00% 2 Missing ⚠️
src/pkg/packager/layout/assemble.go 85.71% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
src/pkg/packager/layout/assemble.go 43.26% <85.71%> (ø)
src/pkg/packager/layout/sbom.go 48.21% <75.00%> (ø)

... and 1 file with indirect coverage changes

🚀 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.

a1994sc added 2 commits April 7, 2026 18:45
Signed-off-by: Allen Conlon <[email protected]>
@a1994sc a1994sc force-pushed the feature/allen/api-expose branch from 125ccb9 to 9e00b02 Compare April 7, 2026 22:45
@a1994sc
Copy link
Copy Markdown
Contributor Author

a1994sc commented Apr 7, 2026

A little unsure about the comments for the functions that I exposed, so if someone can double check them please and thank you.

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

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Expose some useful sbom and tar related functions.

1 participant