Skip to content

Add zizmor GitHub Action - #149

Merged
biow0lf merged 1 commit into
masterfrom
add-zizmor-github-action
Sep 21, 2026
Merged

biow0lf merged 1 commit into
masterfrom
add-zizmor-github-action

Conversation

@biow0lf

@biow0lf biow0lf commented Sep 21, 2026

Copy link
Copy Markdown
Member

No description provided.

@biow0lf
biow0lf requested a lite review from Copilot September 21, 2026 11:39
@biow0lf biow0lf self-assigned this Sep 21, 2026
@biow0lf
biow0lf marked this pull request as ready for review September 21, 2026 11:40
@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.

Comment on lines +3 to +12
on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
workflow_dispatch: {}
schedule:
- cron: "0 21 * * 6"
permissions: {}

jobs:
zizmor:
zizmor:
runs-on: ubuntu-24.04
permissions:
security-events: write
@biow0lf
biow0lf merged commit 25cd094 into master Sep 21, 2026
7 checks passed
@biow0lf
biow0lf deleted the add-zizmor-github-action branch September 21, 2026 11:40

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.

Copilot review overview

🔵 Needs a closer look

Moderate issues currently prevent reliable and reproducible workflow execution.

Review effort: Lite
Findings: None

What changed in this PR

Adds a zizmor GitHub Actions security-analysis workflow.

Changes:

  • Runs on pull requests, pushes, schedules, and manual dispatches.
  • Uses hardened settings and SARIF upload support.
  • Configures minimal security permissions.
File Summary
.github/​workflows/​zizmor.yml Adds the zizmor security-analysis workflow; requires fixes for the branch trigger, checkout permissions, and reproducible zizmor version.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants