Skip to content

ci(validate): extend the vulnerability scan to the e2e module - #447

Merged
joshua-temple merged 1 commit into
mainfrom
ci/vuln-gate-e2e-module
Jul 5, 2026
Merged

joshua-temple merged 1 commit into
mainfrom
ci/vuln-gate-e2e-module

Conversation

@joshua-temple

Copy link
Copy Markdown
Collaborator

Problem

The vulnerability-scan gate added in #445 runs govulncheck only in the root module. The e2e/ module is a separate Go module with its own dependencies, so a future advisory reachable from the e2e harness would go undetected by the gate.

Fix

Add a second govulncheck step to the vuln job that scans the e2e module, using the same pinned govulncheck version.

Verification

actionlint clean on the changed workflow; the e2e module builds locally so the scan target resolves.

Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
@joshua-temple
joshua-temple merged commit ff8898e into main Jul 5, 2026
15 checks passed
@joshua-temple
joshua-temple deleted the ci/vuln-gate-e2e-module branch July 5, 2026 00:56
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