Skip to content

Add zizmor workflow SAST from the updated template - #257

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

Add zizmor workflow SAST from the updated template#257
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 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 added the ci label Aug 1, 2026

@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 standalone GitHub Actions workflow to run Zizmor against this repo’s own workflow files and publish results to GitHub Code Scanning (SARIF), following the updated netresearch/.github template approach with minimal permissions.

Changes:

  • Introduces a new zizmor.yml workflow running on push/pull_request for main.
  • Uses the netresearch/.github reusable workflow with explicit 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 74.70%. Comparing base (af3755a) to head (ff5a2c5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #257   +/-   ##
=======================================
  Coverage   74.70%   74.70%           
=======================================
  Files          10       10           
  Lines         427      427           
=======================================
  Hits          319      319           
  Misses         88       88           
  Partials       20       20           
Flag Coverage Δ
e2e 74.70% <ø> (ø)
integration 74.70% <ø> (ø)
unittests 74.70% <ø> (ø)

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.

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