Zenzic GitHub Action v2.14.0
zenzic-action v2.14.0 brings full compatibility with Zenzic v0.30.0, enabling automated documentation quality scoring, secret detection, and policy-as-code enforcement directly in GitHub Actions CI pipelines.
✨ Highlights
- Zenzic v0.30.0 Engine: Out-of-the-box support for the new semantic prose rules, heading templates, and list auto-formatting checks.
- Hardened SARIF & Code Scanning: Improved diagnostic reporting into GitHub Advanced Security with accurate line ranges and severity mapping.
- Deterministic CI Execution: Isolated runner environment with strict exit code guarantees and zero runtime telemetry leakage.
- Refreshed Visual Assets: Adaptive dark/light branding optimized for GitHub Markdown.
🛠️ Quickstart
- name: Run Zenzic DQP Audit
uses: PythonWoods/zenzic-action@v2
with:
path: 'docs'
strict: true
sarif: true
**```**
**Full Changelog**: https://github.com/PythonWoods-Dev/zenzic-action/compare/v2.13.1...v2.14.0