www.aquasec.com/blog/autonom...
www.aikido.dev/blog/teampcp...
github.com/aquasecurity...
socket.dev/blog/trivy-u...
www.stepsecurity.io/blog/trivy-c...
www.wiz.io/blog/trivy-c...
www.aquasec.com/blog/autonom...
www.aikido.dev/blog/teampcp...
github.com/aquasecurity...
socket.dev/blog/trivy-u...
www.stepsecurity.io/blog/trivy-c...
www.wiz.io/blog/trivy-c...
Security as a post-release checklist doesn't work anymore. Modern pipelines need to catch vulnerabilities before code reaches production, not after. DevSecOps means embedding security scans into every build automatically. (1️⃣/3️⃣)
🧵
Security as a post-release checklist doesn't work anymore. Modern pipelines need to catch vulnerabilities before code reaches production, not after. DevSecOps means embedding security scans into every build automatically. (1️⃣/3️⃣)
🧵
The scans are summarised in security reports as Kubernetes Custom Resource Definitions, which become accessible through the Kubernetes API
➜ https://github.com/aquasecurity/trivy-operator
The scans are summarised in security reports as Kubernetes Custom Resource Definitions, which become accessible through the Kubernetes API
➜ https://github.com/aquasecurity/trivy-operator
www.bleepingcomputer.com/news/securit...
www.bleepingcomputer.com/news/securit...
github.com/aquasecurity...
github.com/aquasecurity...
"I blame[] the Trivy breach on GitHub. The design of Actions is plain irresponsible today and ignores a decade of supply chain security work from other ecosystems."
www.linkedin.com/posts/danlor...
"I blame[] the Trivy breach on GitHub. The design of Actions is plain irresponsible today and ignores a decade of supply chain security work from other ecosystems."
www.linkedin.com/posts/danlor...
If your CI/CD pipelines reference “aquasecurity/trivy-action” by version tag, you’re likely running malware right now.
Full write-up: socket.dev/blog/trivy-u...
If your CI/CD pipelines reference “aquasecurity/trivy-action” by version tag, you’re likely running malware right now.
Full write-up: socket.dev/blog/trivy-u...
The scans are summarised in security reports as Kubernetes Custom Resource Definitions, which become accessible through the Kubernetes API
➤ https://github.com/aquasecurity/trivy-operator
The scans are summarised in security reports as Kubernetes Custom Resource Definitions, which become accessible through the Kubernetes API
➤ https://github.com/aquasecurity/trivy-operator
Cisco source code stolen in Trivy-linked dev environment breach
www.bleepingcomputer.com/news/securit...
Cisco source code stolen in Trivy-linked dev environment breach
www.bleepingcomputer.com/news/securit...
> Total: 31 (UNKNOWN: 2, LOW: 0, MEDIUM: 13, HIGH: 14, CRITICAL: 2)
govulncheck v1.1.2
> No vulnerabilities found.
govulncheck is correct. All the vulns reported by the other thing are provably false positives.
Please use govulncheck.
> Total: 31 (UNKNOWN: 2, LOW: 0, MEDIUM: 13, HIGH: 14, CRITICAL: 2)
govulncheck v1.1.2
> No vulnerabilities found.
govulncheck is correct. All the vulns reported by the other thing are provably false positives.
Please use govulncheck.
https://www.valtersit.com/python/container-image-security-scanner-trivy/
#Python #DevSecOps #Containers
https://www.valtersit.com/python/container-image-security-scanner-trivy/
#Python #DevSecOps #Containers
- Trivy
- Trivy GitHub actions
- Trivy Docker stuff
As is tradition, once TeamPCP put malware into Trivy stuff, anyone who did anything with Trivy was given malware. TeamPCP got a metric poop ton of stolen data and began using it to move to NPM
- Trivy
- Trivy GitHub actions
- Trivy Docker stuff
As is tradition, once TeamPCP put malware into Trivy stuff, anyone who did anything with Trivy was given malware. TeamPCP got a metric poop ton of stolen data and began using it to move to NPM
Trivy Supply Chain Attack Spreads, Triggers Self-Spreading CanisterWorm Across 47 npm Packages
https://it.slashdot.org/story/26/03/22/0039257/trivy-supply-chain-attack-spreads-triggers-self-spreading-canisterworm-across-47-npm-packages?utm_source=rss1.0mainlinkanon&utm_medium=feed
Trivy Supply Chain Attack Spreads, Triggers Self-Spreading CanisterWorm Across 47 npm Packages
https://it.slashdot.org/story/26/03/22/0039257/trivy-supply-chain-attack-spreads-triggers-self-spreading-canisterworm-across-47-npm-packages?utm_source=rss1.0mainlinkanon&utm_medium=feed
https://www.stepsecurity.io/blog/trivy-compromised-a-second-time---malicious-v0-69-4-release
https://www.stepsecurity.io/blog/trivy-compromised-a-second-time---malicious-v0-69-4-release
Trivy: medium or low risk
Aquasec:
Trivy: medium or low risk
Aquasec:
-Russian intelligence services compromise thousands of Signal accounts
-Trivy vulnerability scanner compromised for supply chain attack
-FBI takes down Aisuru, Kimwolf botnets
Newsletter: news.risky.biz/risky-bullet...
Podcast: risky.biz/RBNEWS541/
-Russian intelligence services compromise thousands of Signal accounts
-Trivy vulnerability scanner compromised for supply chain attack
-FBI takes down Aisuru, Kimwolf botnets
Newsletter: news.risky.biz/risky-bullet...
Podcast: risky.biz/RBNEWS541/
- Trivy
- Trivy GitHub actions
- Trivy Docker stuff
As is tradition, once TeamPCP put malware into Trivy stuff, anyone who did anything with Trivy was given malware. TeamPCP got a metric poop ton of stolen data and began using it to move to NPM
- Trivy
- Trivy GitHub actions
- Trivy Docker stuff
As is tradition, once TeamPCP put malware into Trivy stuff, anyone who did anything with Trivy was given malware. TeamPCP got a metric poop ton of stolen data and began using it to move to NPM
socket.dev/blog/trivy-u...
It’s another example of why you should pin actions in your workflows by commit SHA, not by version tags.
For JS projects, use actions-up:
github.com/azat-io/acti...
For everything else: pinact.
socket.dev/blog/trivy-u...
It’s another example of why you should pin actions in your workflows by commit SHA, not by version tags.
For JS projects, use actions-up:
github.com/azat-io/acti...
For everything else: pinact.
安全な image を特定したらdigest で固定したほうが良さそう。
検査済みの安全な image をプライベートリポジトリで運用するのが一番いいんだろうな。
2026年3月Trivyサプライチェーン攻撃とDockerイメージのバージョンピニング #trivy #docker #security - Tech Blog|クリエーションライン
www.creationline.com/tech-blog/cl...
安全な image を特定したらdigest で固定したほうが良さそう。
検査済みの安全な image をプライベートリポジトリで運用するのが一番いいんだろうな。
2026年3月Trivyサプライチェーン攻撃とDockerイメージのバージョンピニング #trivy #docker #security - Tech Blog|クリエーションライン
www.creationline.com/tech-blog/cl...