-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fix vulnerable dependencies #472
Conversation
711c159
to
c511e84
Compare
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
@vinokurig |
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.
if it builds, I'm happy.
+1 to merge.
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.
Test workspace imported from git repo https://github.com/che-incubator/quarkus-api-example.git has been started successfully in Dev Spaces 3.6.0.ER with server image quay.io/ivinokur/che-server@sha256:45070bff756c879973c29f48e8310c4e045d3f91fe1e1b2a8d46e3aeecf14ef9
built by @vinokurig from this PR:
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.
Looks fine to me but I haven't had a chance to test that there aren't subtle issues/changes.
Build 3.6 :: server_3.x/142: Console, Changes, Git Data |
@vinokurig thank you, merged to main \o/ |
Build 3.6 :: sync-to-downstream_3.x/2807: Console, Changes, Git Data |
Build 3.6 :: push-latest-container-to-quay_3.x/2007: Console, Changes, Git Data |
Build 3.6 :: get-sources-rhpkg-container-build_3.x/2629: server : 3.x :: Build 51672921 : quay.io/devspaces/server-rhel8:3.6-29 |
Build 3.6 :: update-digests_3.x/2614: Console, Changes, Git Data |
Build 3.6 :: server_3.x/142: Upstream sync done; /DS_CI/sync-to-downstream_3.x/2807 triggered |
Build 3.6 :: operator-bundle_3.x/1034: Console, Changes, Git Data |
Build 3.6 :: sync-to-downstream_3.x/2808: Console, Changes, Git Data |
Build 3.6 :: push-latest-container-to-quay_3.x/2008: Console, Changes, Git Data |
Build 3.6 :: copyIIBsToQuay/1178: Console, Changes, Git Data |
Build 3.6 :: sync-to-downstream_3.x/2808: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/2630 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.6 :: operator-bundle_3.x/1034: Upstream sync done; /DS_CI/sync-to-downstream_3.x/2808 triggered |
Build 3.6 :: dsc_3.x/746: Console, Changes, Git Data |
Build 3.6 :: update-digests_3.x/2614: Detected new images: rebuild operator-bundle |
Build 3.6 :: dsc_3.x/746: 3.6.0 CI |
What does this PR do?
List of the updated dependencies:
Dependencies that was NOT updated due to the build failure:
Screenshot/screencast of this PR
What issues does this PR fix or reference?
fixes eclipse-che/che#22062
How to test this PR?
mvn clean install && cd dockerfiles && ./build.sh && cd .. && docker run aquasec/trivy image quay.io/eclipse/che-server:next
The
snakeyaml
item is extracted to a separate issue: eclipse-che/che#22106The
h2database
item is extracted to a separate issue:eclipse-che/che#22107PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.