-
Notifications
You must be signed in to change notification settings - Fork 112
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
Generate lifecycle sbom #944
Generate lifecycle sbom #944
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #944 +/- ##
==========================================
- Coverage 66.18% 66.06% -0.11%
==========================================
Files 84 84
Lines 5813 5872 +59
==========================================
+ Hits 3847 3879 +32
- Misses 1579 1600 +21
- Partials 387 393 +6
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work @omocquais-p! It's really exciting to see this come to fruition. I added a couple comments, but overall this is looking to be in good shape.
19d78aa
to
6f2f3fb
Compare
66813dc
to
079c8fb
Compare
|
||
e.Logger.Infof("Copying " + component + " SBOM (" + destSbomFilename + ")") | ||
} else { | ||
e.Logger.Warn(sbomFilename + " is missing") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed offline - we can probably do the check earlier and not create the directory if there are no SBOM files.
Signed-off-by: Olivier Mocquais <omocquais@vmware.com>
853e92c
to
141e1c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omocquais-p great work, and thank you for the contribution!
Note: IMO Codecov is being too picky here, as the constants are already implicitly tested elsewhere. I don't think we need to add any more tests.
#958