Login Sign Up
Advert
Your ad spot
Reserve this exclusive slot for the selected period.
Buy advertising →
Telegram community logo - CatOps
Added 06 Dec 2025

CatOps

@catops
Number of subscribers: 5 059
Photos: 94
Videos: 5
Links: 2,660
Description:
DevOps and other issues by Yurii Rochniak (@grem1in) - SRE @ Preply && Maksym Vlasov (@MaxymVlasov) - Engineer @ Star. Opinions on our own. We do not post ads including event announcements. Please, do not bother us with such requests!
Source

CatOps | You may already know that Trivy - a popular security scanner - was com...

Telegram community logo - CatOps CatOps @catops
1 610 Views/Reach 2026-03-24 08:22 Message №2873
You may already know that Trivy - a popular security scanner - was compromised last Friday.- Here is a report by Wiz about this breach.- Here is another article that goes beyond the GitHub Actions exploit.If you run Trivy in any form, including locally, double-check what and when you ran.Check if you had in your CI logs lines like below. Especially, if you’re not using curl in your CI normally.Terminate orphan process: pid (xxxx) (curl) Check if you have this file on your local machine or a non-GHA executor: ~/.config/systemd/user/sysmon.py.You may need to rotate a lot of credentials as a fallout of this breach.Also, as harsh as it sounds, this line from one of the articles above makes sense:~Stop using Trivy. This isn’t the first time Aqua Security’s infrastructure has been compromised, and the `aqua-bot` account that enabled this attack was reportedly left exposed from a previous incident earlier in March that was never fully contained. That’s not a one-off failure; it’s an organizational pattern. A security scanning tool that can’t secure its own supply chain is a liability, not an asset. Remove `trivy-action` from your workflows and the Trivy CLI from your toolchains. #security