OWASP DockSec v2026.8.19 Released
By SecBurg
DockSec is an OWASP Lab Project that turns Docker security scan results into actionable, plain-English fixes, combining scanners like Trivy, Hadolint, and Docker Scout with multi-LLM support.
A new version, v2026.8.19, landed with two small but useful changes.
## What's Changed
* fix: declare pytest-mock as dev dependency instead of installing ad hoc in CI by @ShrijalDubey in https://github.com/OWASP/DockSec/pull/155
* feat: add repo-level .docksec.yml configuration file by @advaitpatel in https://github.com/OWASP/DockSec/pull/164
**Full Changelog**: https://github.com/OWASP/DockSec/compare/v2026.7.5...v2026.8.19
The dependency fix keeps CI clean, but the real highlight is the new repo-level .docksec.yml config file - you can now check in project-specific DockSec settings instead of passing flags every run.
Full release notes: v2026.8.19
Happy scanning! :-)