fix: updated packages and improve/block vuln check#249
Conversation
|
💬 Discussion in Slack: #pr-review-cli-249-fix-updated-packages-and-improve-block-vuln-check Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
| Filename | Overview |
|---|---|
| .github/workflows/govulncheck.yml | Removes continue-on-error: true so the vulnerability check now blocks CI, and switches from source-level scanning (./...) to module-level scanning (-scan module) to flag all vulnerable module versions regardless of reachability. |
| go.mod | Bumps quic-go v0.54.1 to v0.57.0, filippo.io/edwards25519 v1.1.0 to v1.1.1, and the full otel suite v1.39.0 to v1.44.0; removes now-unused indirect entries. |
| go.sum | Checksum entries updated consistently to match the new module versions introduced in go.mod. |
Reviews (1): Last reviewed commit: "fix: updated packages and improve/block ..." | Re-trigger Greptile
Description 📣
This PR bumps package versions and updates our vuln check to also check indirect modules and removes reporting only
Type ✨
Tests 🛠️
n/a
# Here's some code block to paste some code snippets