Skip to content

Add zizmor workflow SAST from the updated template - #635

Closed
CybotTM wants to merge 1 commit into
mainfrom
add/zizmor
Closed

Add zizmor workflow SAST from the updated template#635
CybotTM wants to merge 1 commit into
mainfrom
add/zizmor

Conversation

@CybotTM

@CybotTM CybotTM commented Aug 1, 2026

Copy link
Copy Markdown
Member

Adds the standalone zizmor.yml the netresearch/.github go template now carries (netresearch/.github#327) — GitHub Actions static analysis, report-only (SARIF to code scanning), minimal permissions. Pure new-file add.

Adds the standalone zizmor.yml (GitHub Actions static analysis, report-only
SARIF to code scanning) that the netresearch/.github go template now carries,
so it runs here now rather than at the next template sync.

Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Copilot AI review requested due to automatic review settings August 1, 2026 08:38
@sonarqubecloud

sonarqubecloud Bot commented Aug 1, 2026

Copy link
Copy Markdown

@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.


jobs:
zizmor:
uses: netresearch/.github/.github/workflows/zizmor.yml@main
@github-actions github-actions Bot added the ci label Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/zizmor.yml

PackageVersionLicenseIssue Type
netresearch/.github/.github/workflows/zizmor.ymlmainNullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
actions/netresearch/.github/.github/workflows/zizmor.yml main UnknownUnknown

Scanned Files

  • .github/workflows/zizmor.yml

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

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 dedicated GitHub Actions workflow to run Zizmor static analysis against this repository’s workflows and publish findings to GitHub Code Scanning (SARIF), aligning the repo with the updated netresearch/.github Go template.

Changes:

  • Introduces a new .github/workflows/zizmor.yml workflow that runs on push and pull_request to main.
  • Uses the netresearch/.github reusable Zizmor workflow with minimal job permissions (contents: read, security-events: write).

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


jobs:
zizmor:
uses: netresearch/.github/.github/workflows/zizmor.yml@main
@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.89%. Comparing base (2ebd2a6) to head (6887e62).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #635   +/-   ##
=======================================
  Coverage   70.89%   70.89%           
=======================================
  Files          36       36           
  Lines        3567     3567           
=======================================
  Hits         2529     2529           
  Misses        876      876           
  Partials      162      162           
Flag Coverage Δ
e2e 58.99% <ø> (ø)
unittests 71.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CybotTM

CybotTM commented Aug 2, 2026

Copy link
Copy Markdown
Member Author

Superseded by #636 (commit c1b6349), which landed the same .github/workflows/zizmor.yml from the go template during the org-wide scanner rollout. The file is on the default branch already, so this PR is now a no-op and its branch would only conflict.

Closing rather than merging. Nothing is lost: the zizmor workflow, the shared .github/zizmor.yml config and the GITLEAKS_LICENSE removal are all live on the default branch — verified across all 57 repos in the rollout.

@CybotTM CybotTM closed this Aug 2, 2026
@CybotTM
CybotTM deleted the add/zizmor branch August 26, 2026 06:33
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.

3 participants