[backport v1.7] ci: Workflow hardening: add govulncheck and zizmor static analysis workflows (#4302)#4328
Open
jpayne3506 wants to merge 1 commit intorelease/v1.7from
Open
[backport v1.7] ci: Workflow hardening: add govulncheck and zizmor static analysis workflows (#4302)#4328jpayne3506 wants to merge 1 commit intorelease/v1.7from
jpayne3506 wants to merge 1 commit intorelease/v1.7from
Conversation
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR backports and adds hardened GitHub Actions workflows to strengthen CI security and supply-chain posture by introducing static analysis for workflow files and vulnerability scanning for Go modules across the repository’s multi-module workspace.
Changes:
- Add a
zizmorworkflow to statically analyze GitHub Actions workflows and upload findings to code scanning. - Add a
govulncheckworkflow that runsgovulncheckacross a module matrix, plus a guard job to ensure allgo.modfiles are covered.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/zizmor.yaml | New workflow to run zizmor GitHub Actions static analysis with code scanning upload permissions. |
| .github/workflows/govulncheck.yaml | New workflow to run govulncheck across all Go modules in a matrix, including a coverage check for go.mod discovery. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
/azp run Azure Container Networking PR |
rbtr
approved these changes
Apr 9, 2026
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
…rkflows (#4302) * Initial plan * add govulncheck and zizmor workflow files with SHA-pinned actions Agent-Logs-Url: https://github.com/Azure/azure-container-networking/sessions/fa67252f-bb36-48c3-bd99-0aabf2f99b12 Co-authored-by: jpayne3506 <89417863+jpayne3506@users.noreply.github.com> * govulncheck: add matrix for all go.mod files and coverage guard job Agent-Logs-Url: https://github.com/Azure/azure-container-networking/sessions/298ba314-3726-40bc-adab-1c3ffcf85a98 Co-authored-by: jpayne3506 <89417863+jpayne3506@users.noreply.github.com> * fix: repo-checkout: false * ci: include bpf files * fix: match go version * fix: reorder bpf generation --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jpayne3506 <89417863+jpayne3506@users.noreply.github.com> Co-authored-by: jpayne3506 <payne.3506@gmail.com>
ec5a759 to
8488747
Compare
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for Change:
Backports valuable github workflows
Issue Fixed:
Requirements:
Notes: