Skip to content

ci: add govulncheck vulnerability scan - #208

Merged
ac999 merged 1 commit into
mainfrom
ci/govulncheck
Aug 25, 2026
Merged

ci: add govulncheck vulnerability scan#208
ac999 merged 1 commit into
mainfrom
ci/govulncheck

Conversation

@ac999

@ac999 ac999 commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Adds a standalone govulncheck workflow: source-mode scan of all packages plus stdlib, with the cgo/FUSE build deps mirroring ci.yml. Runs on PRs and pushes to main, plus a weekly cron so new vuln DB entries surface without a code change. Kept separate from ci.yml so the cron does not rerun the build matrix.

Current main scans clean (one module-level x/crypto/openpgp advisory, not called, does not fail the job).

Scan Go modules and the stdlib for known CVEs (golang.org/x/vuln) on
pushes to main, on PRs, and weekly. Source mode builds the packages,
so it mirrors ci.yml: ubuntu-22.04, Go 1.25, libfuse-dev for cgo.
@ac999
ac999 merged commit fb6a3f7 into main Aug 25, 2026
7 of 8 checks passed
@ac999
ac999 deleted the ci/govulncheck branch August 25, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant