You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: Tier 1 OSS security scanners
Adds GitHub-native + free OSS vulnerability scanners. All tools are
100% free for public repos — no API keys, no metered usage.
- CodeQL with security-extended query suite
- Dependabot for gomod + github-actions
- govulncheck (Go reachability-filtered CVE scan)
- OSV-Scanner (cross-ecosystem CVE scan)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ci: scanner workflows clone sibling common + proto repos
The Tier 1 CodeQL + govulncheck workflows failed on PR #12 because
provisioner uses `replace instant.dev/common => ../common` and
`replace instant.dev/proto => ../proto` in go.mod.
Fix: each workflow now checks out provisioner into ./provisioner,
plus clones public sibling repos InstaNode-dev/common and InstaNode-dev/proto.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(go): bump toolchain to 1.25.10 — fixes reachable stdlib CVEs
govulncheck on PR #12 flagged Go-stdlib vulnerabilities reachable
from production code paths. All fixed in Go 1.25.9–1.25.10.
Also merges any in-flight master commits onto the scanner-install
branch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Manas Srivastava <[email protected]>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments