-
Notifications
You must be signed in to change notification settings - Fork 92
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 Author/License to LinuxComponent #934
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #934 +/- ##
=======================================
+ Coverage 74.9% 75.0% +0.1%
=======================================
Files 235 235
Lines 10002 10028 +26
Branches 981 988 +7
=======================================
+ Hits 7494 7526 +32
+ Misses 2234 2228 -6
Partials 274 274 ☔ View full report in Codecov by Sentry. |
src/Microsoft.ComponentDetection.Contracts/TypedComponent/LinuxComponent.cs
Show resolved
Hide resolved
src/Microsoft.ComponentDetection.Detectors/linux/Contracts/SyftOutput.cs
Outdated
Show resolved
Hide resolved
👋 Hi! It looks like you modified some files in the
If none of the above scenarios apply, feel free to ignore this comment 🙂 |
* Add Author/License to LinuxComponent * Add unit test. Remove comment * Increase coverage. * Feedback * Fix. Only Author and License are nullable. --------- Co-authored-by: Sebastian Gomez <segomez@microsoft.com>
Adds Author and License properties from Syft output into the LinuxComponent.