Skip to content

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:53
· 5 commits to main since this release
v2.12.0
443b763

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_report input (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) and Z411 (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 LICENSE file to resolve Z104 (File Not Found) errors.

Full Changelog: v2.11.2...v2.12.0