mirror of
https://github.com/apache/superset.git
synced 2026-07-26 08:32:42 +00:00
Homebrew rolled out an untrusted-tap security change on the GitHub runner image that makes `brew install norwoodj/tap/helm-docs` fail with "Skipping norwoodj/tap because it is not trusted", so the pre-commit workflow's "Enable brew and helm-docs" step now exits non-zero before the hooks ever run. This turned the "pre-commit checks" job red on every push regardless of the diff. Replace the brew tap install with `go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2`, matching apache/superset upstream and keeping the binary version aligned with the helm-docs pre-commit hook rev in .pre-commit-config.yaml. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>