fix: bump Trivy to v0.69.2 following supply chain incident#22896
Merged
Vad1mo merged 1 commit intogoharbor:mainfrom Mar 3, 2026
Merged
fix: bump Trivy to v0.69.2 following supply chain incident#22896Vad1mo merged 1 commit intogoharbor:mainfrom
Vad1mo merged 1 commit intogoharbor:mainfrom
Conversation
All GitHub Releases from v0.27.0 to v0.69.1 were permanently deleted on 2026-03-01 as part of a supply chain attack on aquasecurity/trivy. Update to v0.69.2, the emergency patch release published by Aqua Security. Verified: curl -sI https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_Linux-64bit.tar.gz returns HTTP/2 302 Fixes goharbor#22895 Ref: https://github.com/aquasecurity/trivy/discussions/10265 Signed-off-by: Aloui-Ikram <ikram@container-registry.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22896 +/- ##
===========================================
+ Coverage 45.36% 66.00% +20.63%
===========================================
Files 244 1074 +830
Lines 13333 116417 +103084
Branches 2719 2937 +218
===========================================
+ Hits 6049 76838 +70789
- Misses 6983 35329 +28346
- Partials 301 4250 +3949
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Vad1mo
approved these changes
Mar 2, 2026
stonezdj
approved these changes
Mar 3, 2026
chlins
pushed a commit
that referenced
this pull request
Mar 4, 2026
…22911) All GitHub Releases from v0.27.0 to v0.69.1 were permanently deleted on 2026-03-01 as part of a supply chain attack on aquasecurity/trivy. Update to v0.69.2, the emergency patch release published by Aqua Security. Verified: curl -sI https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_Linux-64bit.tar.gz returns HTTP/2 302 Fixes #22895 Ref: https://github.com/aquasecurity/trivy/discussions/10265 Signed-off-by: Aloui-Ikram <ikram@container-registry.com> Signed-off-by: wang yan <yan-yw.wang@broadcom.com> Co-authored-by: Ikram ALOUI <109230617+Aloui-Ikram@users.noreply.github.com> Co-authored-by: Aloui-Ikram <ikram@container-registry.com>
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.
What this PR does
Bumps
TRIVYVERSIONfromv0.69.1tov0.69.2in theMakefile.Why
On March 1st 2026, the
aquasecurity/trivyrepository was targeted bya supply chain attack. A bot exploited a misconfigured GitHub Actions
workflow to obtain a write-scoped token, which was used to permanently
delete all GitHub Releases between v0.27.0 and v0.69.1.
As a result, Harbor's current
TRIVY_DOWNLOAD_URLreturns HTTP 404,breaking any build that uses
TRIVYFLAG=true.Aqua Security responded quickly they patched the vulnerable workflow,
recovered the repository, and published v0.69.2 as an emergency release
on the same day.
Full incident report from the Trivy maintainers:
https://github.com/aquasecurity/trivy/discussions/10265
Fixes #22895
Fixes #22898