ci(zizmor): Online-Audits zurueck, nur impostor-commit deaktiviert - #36
Conversation
… aus Praezisierung des Vormittags-Fixes (PR#34): Webrecherche ergab rules.impostor-commit.disable in .github/zizmor.yml (zizmor >= v1.13) - das deaktiviert NUR das crashende Audit; known-vulnerable-actions + stale-action-refs bleiben online aktiv. Lokal: zizmor v1.25.2 mit Config Exit 0. Echter Beweis = CI-Run mit repo-scoped Token auf diesem PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3433051ef8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| rules: | ||
| impostor-commit: | ||
| disable: true |
There was a problem hiding this comment.
Audit changes to the new zizmor configuration
When a future PR changes only this configuration—for example, disabling another security rule—the zizmor workflow will not run because both path filters in .github/workflows/zizmor.yml include only .github/workflows/** and .github/dependabot.yml. Since this file now directly controls which audits execute, add .github/zizmor.yml to the push and pull-request path filters so configuration-only changes are validated.
Useful? React with 👍 / 👎.
Summary
Selbst-Falsifikation aus der Meta-Auswertung 06-06:
online-audits: false(PR#34) war zu grob. Praezise Loesung per docs.zizmor.sh/configuration:.github/zizmor.ymlmitrules.impostor-commit.disable: true— nur das am privaten coworkerz-ci-Pin crashende Audit ist aus, known-vulnerable-actions + stale-action-refs wieder AKTIV.Test plan