DockSec v2026.6.11 and v2026.6.12 Released
By SecBurg
DockSec is an AI-powered Docker security scanner from OWASP that explains vulnerabilities in plain English.
Rather than drowning you in raw CVE alerts, it integrates Trivy, Hadolint, and Docker Scout, prioritizes findings, and gives you actionable Dockerfile remediation suggestions - with support for OpenAI, Anthropic Claude, Google Gemini, and local Ollama models.
It’s available as a CLI tool, Python package, and GitHub Action.
Today saw two releases back to back: v2026.6.11 and v2026.6.12. The headline feature is Docker Compose support - DockSec can now scan multi-service setups and handle full Compose orchestration. The follow-up release immediately exposes that support in the GitHub Action as well.
v2026.6.11:
What's Changed
- Potential fixes for 2 code quality findings by @advaitpatel (#88)
- Potential fix for 1 code quality finding by @advaitpatel (#89)
- automate release workflow with github environments by @advaitpatel (#96)
- add competitive comparison table to README by @advaitpatel (#97)
- add docker compose security scanning and multi-service orchestration by @advaitpatel (#98)
- creating a new release for docker compose by @advaitpatel (#99)
v2026.6.12:
What's Changed
- feat: expose docker compose support in github action by @advaitpatel (#100)
Full changelogs: v2026.6.11 / v2026.6.12