Skip to content

fix(security-scan): install zizmor via uv, not pipx - #41

Merged
WomB0ComB0 merged 1 commit into
mainfrom
fix/zizmor-uv
Aug 1, 2026
Merged

fix(security-scan): install zizmor via uv, not pipx#41
WomB0ComB0 merged 1 commit into
mainfrom
fix/zizmor-uv

Conversation

@WomB0ComB0

@WomB0ComB0 WomB0ComB0 commented Aug 1, 2026

Copy link
Copy Markdown
Member

pipx isn't guaranteed on self-hosted runners (exit 127 when absent) and the zizmor job lands on whichever runner is free. astral-sh/setup-uv (pinned v9.0.0) + uvx zizmor needs no pre-installed Python tooling and behaves identically on GitHub-hosted. Same scan, same SARIF, same continue-on-error.

Summary by CodeRabbit

  • Chores
    • Updated the security scanning workflow to use a more consistent, pinned tool installation process.
    • Improved the reliability and reproducibility of automated security checks.

pipx isn't guaranteed on self-hosted runners (exit 127 when absent), and the
job lands on whichever runner is free. `astral-sh/setup-uv` + `uvx zizmor`
needs no pre-installed Python tooling and behaves identically on GitHub-hosted.
Same scan, same SARIF output, same continue-on-error.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c98ecef1-dc43-4a24-bfbe-964053136b9a

📥 Commits

Reviewing files that changed from the base of the PR and between a8c134f and ab5ff19.

📒 Files selected for processing (1)
  • .github/workflows/security-scan.yml

📝 Walkthrough

Walkthrough

The security scan workflow now installs uv through a pinned action and runs zizmor with uvx instead of using pipx.

Changes

Security scan tooling

Layer / File(s) Summary
Migrate zizmor to uvx
.github/workflows/security-scan.yml
The zizmor job replaces pipx installation and direct execution with pinned uv setup and uvx zizmor. Comments document self-hosted-runner compatibility.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: replacing pipx with uv for zizmor installation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/zizmor-uv

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@WomB0ComB0
WomB0ComB0 merged commit 44987ff into main Aug 1, 2026
7 of 8 checks passed
@WomB0ComB0
WomB0ComB0 deleted the fix/zizmor-uv branch August 1, 2026 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant