Skip to content

Run govulncheck on CI#361

Merged
kke merged 2 commits into
mainfrom
vulncheck
Jun 1, 2026
Merged

Run govulncheck on CI#361
kke merged 2 commits into
mainfrom
vulncheck

Conversation

@kke
Copy link
Copy Markdown
Contributor

@kke kke commented Jun 1, 2026

Runs govulncheck as a step in the github workflow.

Also updates go toolchain to 1.26.3 and x/net to 0.55.0 to get rid of active warnings.

Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
@kke kke added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 1, 2026
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds vulnerability scanning to the Go CI pipeline by introducing a govulncheck job, and updates the Go toolchain/dependencies to address existing vulnerability warnings.

Changes:

  • Add a new GitHub Actions job to run govulncheck after unit tests.
  • Bump toolchain to go1.26.3.
  • Update dependencies (golang.org/x/net and github.com/masterzen/winrm) and refresh go.sum accordingly.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
go.mod Updates Go toolchain version and bumps indirect dependency (golang.org/x/net).
go.sum Updates module checksums for the dependency bumps.
.github/workflows/go.yml Adds a govulncheck CI job that runs after unit tests.

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

Comment thread .github/workflows/go.yml
Comment thread .github/workflows/go.yml
@kke kke merged commit 1e48dfa into main Jun 1, 2026
13 checks passed
@kke kke deleted the vulncheck branch June 1, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants