Conversation
Trivy FS scan fails on github.com/docker/docker v28.5.2 (CVE-2026-34040, Moby authz-plugin bypass). It is a test-only transitive dep via testcontainers-go, not present in the production binary, and the app runs no docker daemon. The fix ships under github.com/moby/moby (Moby 29.3.1); the legacy docker/docker import path has no v29.x tag and testcontainers-go v0.42.0 (latest) still depends on it, so no bump is possible. Add a documented .trivyignore entry and wire it into the FS scan via the trivyignores input. Revisit when testcontainers-go migrates to moby/moby. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR configures Trivy's daily security scan to suppress a known CVE-2026-34040 vulnerability by adding a ChangesTrivy Security Scan Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Trivy FS scan fails on github.com/docker/docker v28.5.2 (CVE-2026-34040, Moby authz-plugin bypass). It is a test-only transitive dep via testcontainers-go, not present in the production binary, and the app runs no docker daemon. The fix ships under github.com/moby/moby (Moby 29.3.1); the legacy docker/docker import path has no v29.x tag and testcontainers-go v0.42.0 (latest) still depends on it, so no bump is possible.
Add a documented .trivyignore entry and wire it into the FS scan via the trivyignores input. Revisit when testcontainers-go migrates to moby/moby.
Summary by CodeRabbit