chore(deps): bump osv-scanner to v2.3.8 and update indirect dependencies#592
Open
tolzhabayev wants to merge 3 commits into
Open
chore(deps): bump osv-scanner to v2.3.8 and update indirect dependencies#592tolzhabayev wants to merge 3 commits into
tolzhabayev wants to merge 3 commits into
Conversation
Stay on osv-scanner v2.3.3 (last release still compatible with Go 1.25) to avoid the v2.3.4+ jump to Go 1.26, which golangci-lint cannot lint against until a Go-1.26-built release ships. Bump golangci-lint to the current latest (v2.12.2) at the same time.
6f7c3df to
9345865
Compare
The install.sh on master hard-codes a checksum for the latest release, so passing an older version arg causes a sha256 mismatch. Pin the script to the same tag as the requested version.
osv-scanner v2.3.3 requires go >= 1.25.7, but the previous pinned digest of golang:1.25-alpine3.22 shipped go 1.25.6. Refresh the digest to the current floating tag (go 1.25.10).
s4kh
approved these changes
May 22, 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.
Summary
github.com/google/osv-scanner/v2from v2.3.1 to v2.3.8go.modbumped from 1.25.5 → 1.26.2 (required by osv-scanner v2.3.8)Test plan
go build ./...succeedsgo test ./pkg/analysis/passes/osvscanner/...passes