Added md5sums and cleaned up the list files for dpkg packages#13
Merged
pacostas merged 2 commits intopaketo-buildpacks:mainfrom May 16, 2025
Merged
Conversation
|
This looks good. I will wait until #10 has been merged before approving this PR. |
884b1bb to
f98a883
Compare
|
Looks like acceptance tests are failing, so I removed the approval until that is resolved. |
Contributor
Author
Is that from the changes from the other PR that was merged? |
Member
Sorry, this is my bad, I'll fix it right away |
Cleaned up list creation Added MD5SUMS
Added new tests to ensure the md5sums exist.
f98a883 to
76af3e7
Compare
Member
|
@miller79 It will pass now, sorry for the confusion :) |
Contributor
Author
Thanks for the assistance! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a continuation of scanner related issues with the tiny image. This change does the following
dpkg-deb -c $pkg*.deb | awk '{print substr($6, 2)}'dpkg-deb -e $pkg*.deb MD5SUMSThis PR should address what is mentioned in the following issue (paketo-buildpacks/jammy-tiny-stack#153)
This is the PR for Jammy Tiny Stack related to this PR (paketo-buildpacks/jammy-tiny-stack#190)
Use Cases
These changes will hopefully address the issues from scanning tiny images with false positives with CVEs.
Checklist