Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add launcher SBOM input #963

Merged
merged 3 commits into from
Dec 5, 2022
Merged

Add launcher SBOM input #963

merged 3 commits into from
Dec 5, 2022

Conversation

natalieparellano
Copy link
Member

As a follow on to #944, this PR introduces a -launcher-sbom flag to the exporter & creator so that users who supply their own launcher can supply an SBOM for that launcher.

Related spec PR: https://github.com/buildpacks/spec/pull/332/files?diff=split&w=1

Signed-off-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
@natalieparellano natalieparellano requested a review from a team as a code owner November 22, 2022 19:54
Copy link
Member

@jjbustamante jjbustamante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I loved how simply is adding a new flag after the refactoring! Great Job @natalieparellano

@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Merging #963 (2277eac) into main (3627c94) will decrease coverage by 0.11%.
The diff coverage is 16.67%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #963      +/-   ##
==========================================
- Coverage   64.54%   64.44%   -0.10%     
==========================================
  Files          86       86              
  Lines        6175     6171       -4     
==========================================
- Hits         3985     3976       -9     
- Misses       1813     1820       +7     
+ Partials      377      375       -2     
Flag Coverage Δ
os_linux 63.89% <16.67%> (-0.10%) ⬇️
os_windows 58.75% <16.67%> (-0.11%) ⬇️
unit 63.89% <16.67%> (-0.10%) ⬇️

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

@natalieparellano
Copy link
Member Author

Sigh... again I think Codecov is being too picky (the newly exported constants are being tested implicitly elsewhere). @jabrown85 do you have an opinion?

@jabrown85
Copy link
Contributor

I'm fine with it!

@natalieparellano natalieparellano merged commit 02569f8 into main Dec 5, 2022
@natalieparellano natalieparellano deleted the sbom/launcher-sbom-input branch December 5, 2022 22:04
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.

3 participants