Add zizmor workflow SAST from the updated template - #257
Conversation
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>
|
|
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:
For more information about GitHub Code Scanning, check out the documentation. |
|
|
||
| jobs: | ||
| zizmor: | ||
| uses: netresearch/.github/.github/workflows/zizmor.yml@main |
Dependency ReviewThe following issues were found:
License Issues.github/workflows/zizmor.yml
OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Automated approval for maintainer PR
All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.
There was a problem hiding this comment.
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.ymlworkflow running onpush/pull_requestformain. - Uses the
netresearch/.githubreusable 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 Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



Adds the standalone
zizmor.ymlthe 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.