Add zizmorcore/zizmor-action to the allowlist#608
Merged
potiuk merged 1 commit intoapache:mainfrom Mar 27, 2026
Merged
Conversation
367bb1a to
0f882cc
Compare
Add zizmor-action GitHub Action (https://github.com/zizmorcore/zizmor-action) pinned to v0.5.2 (71321a20a9ded102f6e9ce5718a2fcec2c4f70d8).
0f882cc to
7902fba
Compare
Contributor
Author
Member
|
I reviewed it - it's mostly a bash script which runs zizmor via docker. While it passess GITHUB_TOKEN, those action should be run with read-only permissions (and it's ok) or in advanced security mode with rulesets, so it is safe to use - no SECRETS will leak as they are not passed to the container. |
potiuk
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Request for adding a new GitHub Action to the allow list
Overview
Name of action: zizmor-action
URL of action: https://github.com/zizmorcore/zizmor-action
Version to pin to (hash only): 71321a20a9ded102f6e9ce5718a2fcec2c4f70d8
zizmor-action runs zizmor, a static analysis tool for GitHub Actions workflows, directly from GitHub Actions. It finds security issues and potential bugs in workflow files, helping projects maintain secure CI/CD pipelines by catching common misconfigurations and vulnerabilities. It integrates with GitHub Advanced Security for stateful analysis and incremental triage.
Permissions
When used with Advanced Security (default), requires
security-events: writeto upload SARIF results. For private repos, also needscontents: readandactions: read. Does not require write access to code or credentials.Related Actions
There is no existing equivalent action on the allowlist for GitHub Actions workflow static analysis.
Checklist
dist/matches a clean rebuild (verify withuv run utils/verify-action-build.py org/repo@hash)