Zenzic Action v2.12.0
This release aligns the GitHub Action with Zenzic Core v0.28.0, introducing automated compliance reporting and enriched security dashboard integration.
Added
- Audit Mode Artifact: Added the
generate_audit_reportinput (default:false). When enabled, the action generates a deterministic compliance ledger (zenzic-audit.json) detailing active policies, technical debt, and DQS calculations, and uploads it as a workflow artifact. - Enterprise SARIF Support: The action now uploads the enriched SARIF v2.1.0 payload, providing GitHub Code Scanning with rule taxonomy categories, DQS penalty weights, and canonical documentation URIs.
Changed
- Core Baseline Alignment: Realigned default pinned Zenzic Core dependency to
0.28.0.
Fixed
- Structural Integrity: Resolved
Z512(Empty Heading) andZ411(Dead End Node) findings across the repository's documentation to achieve a 100/100 Document Quality Score (DQS). - Asset Resolution: Restored missing SVG assets and the Apache 2.0
LICENSEfile to resolveZ104(File Not Found) errors.
Full Changelog: v2.11.2...v2.12.0