chore: update deps and CI to fix govulncheck failures - #47
Open
tembleking wants to merge 4 commits into
Open
Conversation
Bumps Go toolchain to 1.27 and vendored deps (x/net, x/mod, x/text, k8s.io/*) to clear stdlib and module CVEs flagged by check-vulns. Also adds a cli_scanner_version e2e matrix (newest/oldest supported) and switches pre-commit to prek.
tembleking
force-pushed
the
chore/update-deps-govulncheck
branch
from
September 2, 2026 08:12
18a27c6 to
675aade
Compare
Pins actions/checkout, DeterminateSystems/nix-installer-action, DeterminateSystems/magic-nix-cache-action, docker/login-action and softprops/action-gh-release to their commit SHA to avoid supply-chain tampering via mutable tags. Adds `pinact run -u` to `just update` so new/bumped actions stay pinned.
mateobur
previously approved these changes
Sep 2, 2026
The e2e job now runs as a matrix, so its checks report as 'e2e (cli-scanner <version>)' instead of a fixed name. The branch protection ruleset requires a literal 'e2e-test' context, which never gets reported again and stays pending forever. Renames the matrix job to e2e-matrix and adds a lightweight e2e-test job that needs: it and fails if any leg didn't succeed, so branch protection has a stable target regardless of which versions the matrix pins.
mateobur
approved these changes
Sep 2, 2026
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.
govulncheck was failing check-vulns with 17 code-reachable CVEs across
the Go stdlib and x/net, x/mod, x/text. Bumps the Go toolchain to 1.27
and updates vendored deps to versions with fixes.
Fixed:
Also adds a cli_scanner_version e2e matrix (newest/oldest supported)
so backward-compat coverage doesn't regress silently, and switches
pre-commit to prek.