You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.3] - 2026-04-12
Added
Docker Hub image (composelint/compose-lint) — multi-stage build on python:3.13-alpine, multi-arch (linux/amd64, linux/arm64), runs as non-root, signed with cosign (Sigstore keyless).
Docker usage section in README.
README rules table now lists all 19 rules (CL-0011–CL-0019 were missing).
Automated TestPyPI smoke test in publish workflow — installs from TestPyPI, verifies --version, runs fixture tests. Real PyPI publish is gated on it.
Automated post-push verification in Docker publish workflow — pulls by digest, verifies cosign signature, checks version output.