Skip to content

Add govulncheck gate to Go CI - #55889

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-add-govulncheck-ci-gate
Aug 26, 2026
Merged

Add govulncheck gate to Go CI#55889
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-add-govulncheck-ci-gate

Conversation

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Reachable Go dependency vulnerabilities were only checked manually or by non-blocking scheduled scans. New vulnerable call paths could therefore merge undetected.

  • CI enforcement
    • Run the existing strict vulnerability target after Go linting for relevant pull requests and main-branch changes.
    • Fail CI when govulncheck reports a reachable vulnerability.
- name: Run govulncheck
  run: make security-govulncheck

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add govulncheck CI gate to catch newly-reachable vulnerabilities Add govulncheck gate to Go CI Aug 25, 2026
Copilot AI requested a review from pelikhan August 25, 2026 23:03
@pelikhan
pelikhan marked this pull request as ready for review August 26, 2026 05:55
Copilot AI balanced review requested due to automatic review settings August 26, 2026 05:55
@pelikhan
pelikhan merged commit 54530ac into main Aug 26, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/deep-report-add-govulncheck-ci-gate branch August 26, 2026 05:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a blocking govulncheck gate to Go CI, preventing reachable vulnerabilities from merging.

Changes:

  • Runs the existing strict vulnerability target after Go linting.
  • Covers relevant pull requests and main-branch changes.
Show a summary per file
File Description
.github/workflows/cgo.yml Adds the blocking security-govulncheck CI step.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.8

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.

[deep-report] Add govulncheck CI gate to catch newly-reachable vulnerabilities

3 participants