Below you will find pages that utilize the taxonomy term “Maxgerhardson”
July 19, 2026
Sentrik Gate
Version updated for https://github.com/maxgerhardson/sentrik-community to version v1.8.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Sentrik is a governance runtime that automates compliance checks on AI-generated code. It enforces coding standards, security policies, and compliance rules before code ships by scanning every change against regulatory standards and gating PRs that fail. The free tier includes 6 standards packs with 193 rules for free, while paid tiers offer more features like OWASP, SOC 2, and supply chain standards. Sentrik integrates seamlessly with GitHub Actions to enforce gates in CI/CD pipelines, providing a comprehensive solution for AI-generated code quality and governance.
July 7, 2026
Sentrik Gate
Version updated for https://github.com/maxgerhardson/sentrik-community to version v1.7.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v1.7.0 sentrik deadlines — regulatory enforcement countdown for your enabled packs: EU AI Act (post-omnibus timeline), EU Cyber Resilience Act, CMMC 2.0, PCI DSS, ISO 27001, FDA §524B (--all, --past, --json) Anonymous usage telemetry (opt-out) — one daily ping: random id, version, OS, Python version, command name. Nothing else, ever. First-run notice, full disclosure at https://docs.sentrik.dev/telemetry/ — disable with SENTRIK_TELEMETRY=0 or telemetry_enabled: false Complete binary data files — sentrik dashboard, the auditor portal, and CVE function-level reachability now work from the standalone binary (previously wheel-only) First-run output fixes — severity labels render correctly; findings table no longer collapses in narrow/CI terminals Includes all v1.6.0 fixes (working Linux binary, npm wrapper error handling) Install: npm install -g sentrik or pip install sentrik
July 5, 2026
Sentrik Gate
Version updated for https://github.com/maxgerhardson/sentrik-community to version v1.6.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v1.6.0 Fixes the silent Linux binary. The v1.4.0 Linux binary produced no output and exited 0 due to a missing CLI entry-point invocation in the frozen build. All platform binaries in this release are built from a dedicated entry point and verified to produce output in CI before upload.