-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(report): Add InstalledFiles
field to Package
#4706
feat(report): Add InstalledFiles
field to Package
#4706
Conversation
Hi @knqyf263 , thank you for the review 🙇 I addressed the comments and applied the changes. |
Hi @knqyf263 , small bump for this PR. |
@knqyf263 would you have any update regarding this PR ? |
pkg/fanal/analyzer/pkg/apk/apk.go
Outdated
patchSystemInstalledFiles(&pkg, []string{absPath}, opts) | ||
installedFiles = append(installedFiles, absPath) |
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.
We should merge these two values since SystemInstalledFiles
is now just a collection of installed files for all packages. It doesn't make sense to have them differently. But we can refactor that after merging the PR.
@knqyf263 Any update ? 🙇 |
After careful consideration, I thought that |
7b2076f
to
04ea18c
Compare
InstalledFiles
field to Package
04ea18c
to
c37b529
Compare
I changed the git history to add the co-author |
Co-authored-by: Sylvain Baubeau <lebauce@gmail.com>
c37b529
to
a5ab437
Compare
Tests are failing. Please let us know if you need any help. |
It appears that |
The build constraint excludes the file for macOS.
|
Description
Associate to every package the list of files that are provided by this package for apk packages only.
Related issues
Related PRs
Checklist