fix(ci): remove trivy, bump java deps, drop armv7#324
Merged
Conversation
johnstcn
reviewed
Apr 10, 2026
Member
johnstcn
left a comment
There was a problem hiding this comment.
I would suggest we instead migrate to a different tool.
Member
Author
|
@johnstcn, are we removing it altogether for now? builds are broken |
Member
|
I'd rather remove it altogether, but I'll defer to @jdomeracki-coder |
The Trivy supply-chain compromise (Feb/Mar 2026) deleted releases v0.27.0 through v0.69.1 and later published malicious binaries. Remove Trivy scanning entirely until the situation stabilizes.
johnstcn
approved these changes
Apr 10, 2026
Member
johnstcn
left a comment
There was a problem hiding this comment.
Approving, but would like buy-in from JD before merging.
CommanderK5
approved these changes
Apr 10, 2026
- Switch Maven download URL from dlcdn.apache.org to archive.apache.org so pinned versions don't 404 when a new release is published. - Bump Maven 3.9.12 -> 3.9.14 (latest stable). - Bump Gradle 6.7 -> 8.14.2 (latest 8.x; 9.x requires Java 17+ but this image uses Java 11).
a7ddbe4 to
6e37a9d
Compare
…e URL" This reverts commit 6e37a9d.
Member
|
|
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.
Changes
1. Remove Trivy scanning (
.github/workflows/build.yaml)The Trivy install step was failing because
v0.37.1binaries were deleted during the Trivy supply-chain incident (Feb 28, 2026). A second incident on March 19 published malicious binaries. Removed all Trivy steps until the situation stabilizes.2. Bump Maven + Gradle in Java image (
images/java/ubuntu.Dockerfile)dlcdn.apache.orgonly serves the latest release; 3.9.12 was 404ingdlcdn.apache.orgarchive.apache.org3. Drop armv7 platform support (
images/node/ubuntu.Dockerfile,scripts/build_images.sh)setup_lts.x.linux/arm/v7from the Depot build platforms.