Skip to content

ci: Enable Zizmor scans - #2476

Merged
madhavilosetty-intel merged 11 commits into
mainfrom
enable_semgrep_zizmor
Jul 10, 2026
Merged

ci: Enable Zizmor scans#2476
madhavilosetty-intel merged 11 commits into
mainfrom
enable_semgrep_zizmor

Conversation

@adimoft

@adimoft adimoft commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This pull request adds a new GitHub Actions workflow to automate security scanning using Zizmor. The workflow runs on pushes and pull requests to the main branch, installs the required tools, executes a Zizmor scan on the .github directory, and uploads the results both to GitHub Security and as an artifact.

Security automation:

  • Added .github/workflows/zizmor.yml to define a workflow that runs Zizmor security scans on code changes, uploads SARIF results to GitHub Security, and stores scan reports as artifacts.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@adimoft adimoft changed the title ci: Enable Semgrep and Zizmor scans ci: Enable Zizmor scans Jul 9, 2026
Comment thread .github/workflows/zizmor.yml

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new GitHub Actions workflow to run Zizmor against the repository’s .github directory and publish results as SARIF (code scanning) and as a build artifact, improving automated security scanning coverage for workflow/config changes.

Changes:

  • Introduces a Zizmor Scan workflow triggered on push, pull_request (main), and manual dispatch.
  • Installs Zizmor via uvx and generates a SARIF report from scanning .github.
  • Uploads the SARIF to GitHub Security and also uploads it as an artifact.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/zizmor.yml Outdated
Comment thread .github/workflows/zizmor.yml
Comment thread .github/workflows/zizmor.yml
adimoft and others added 8 commits July 9, 2026 09:39
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@madhavilosetty-intel
madhavilosetty-intel enabled auto-merge (squash) July 10, 2026 17:32
@madhavilosetty-intel
madhavilosetty-intel merged commit fbeb729 into main Jul 10, 2026
8 checks passed
@madhavilosetty-intel
madhavilosetty-intel deleted the enable_semgrep_zizmor branch July 10, 2026 17:48
@RosieAMT

Copy link
Copy Markdown

🎉 This PR is included in version 11.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants