chore: bump cli-extension-cos and drop --experimental from cos acceptance tests - #7147
chore: bump cli-extension-cos and drop --experimental from cos acceptance tests#7147joaoabreu-snyk wants to merge 1 commit into
Conversation
…ance tests Bumps cli-extension-cos to v0.0.0-20260818092334-df22b398cfc0, which drops the --experimental gate from every cos command and makes the root cos group visible in top-level help. Updates the cos acceptance suite to match: removes the experimental-gate test and strips --experimental from every invocation, since passing it now fails as an unknown flag.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
PR Reviewer Guide 🔍
|
|
The spec file needs a format. And just an FYI there's this helper in config_utils if you wanted to accept the command with/without |
What does this change do?
Bumps
cli-extension-costov0.0.0-20260818092334-df22b398cfc0, which:--experimentalgate from everysnyk coscommand (passing the flag now fails as an unknown flag).coscommand group visible in the top-levelsnyk --help.Updates the cos acceptance suite (
test/jest/acceptance/snyk-cos/cos.spec.ts) to match the new contract:experimental gatetest (the gate no longer exists).--experimentalfrom every invocation.Verification
make build BUILD_MODE=private).--experimentalis gone fromcoscommands and thecosgroup is present.go mod verifypasses andgo mod tidyis a no-op.