-
Notifications
You must be signed in to change notification settings - Fork 377
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
test: update image scanning snapshots #1592
Conversation
dbb769d
to
494107c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1592 +/- ##
==========================================
- Coverage 69.31% 69.30% -0.02%
==========================================
Files 200 200
Lines 19033 19033
==========================================
- Hits 13193 13190 -3
- Misses 5133 5135 +2
- Partials 707 708 +1 ☔ View full report in Codecov by Sentry. |
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.
I think ideally I'll find a JRE image that I can pin this to. Installing the package in the lockfile causes changes to the image every build.
Replying to:
Originally posted by @another-rex in #1579 (comment)
Snap, that's where I was heading too (I think) |
Just looking here: https://osv.dev/list?q=openssl&ecosystem=Alpine The latest one published by alpine is published Jan 20th. Maybe a new affected version could have been added more recently though. |
I feel like ideally this shouldn't actually be in the Java test, but potentially eliminating it is out of my wheelhouse :)