chore: verify GAF CLI-1826 TOON UFM presenter - #7226
Draft
robertolopezlopez wants to merge 1 commit into
Draft
Conversation
✅ 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. |
4 tasks
Bump go-application-framework to PR #739 commit 1889c7c so the CLI consumes SCA and Secrets UFM TOON presentation ahead of GAF merge. Co-authored-by: Cursor <cursoragent@cursor.com>
robertolopezlopez
force-pushed
the
chore/verify-gaf-739-cli-1826
branch
from
September 7, 2026 07:44
33704fa to
db6d937
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Submission Checklist
What does this PR do?
Verifies GAF PR #739 (CLI-1826) by bumping
github.com/snyk/go-application-frameworkfromv0.20.0to pre-releasev0.21.1-0.20260904162906-1889c7c76491(1889c7c) incliv2andcliv2-private.This GAF change adds SCA and Secrets UFM TOON presentation (byte-matched to CLI-1824 goldens) and wires
TOON_MIME_TYPEintoHandleContentTypeUnifiedModel. This CLI PR is dependency-only; user-facing--toonflags are still not registered in the CLI.Where should the reviewer start?
Review
cliv2/go.modandcliv2-private/go.mod; remaining changes are generatedgo.sumupdates.How should this be manually tested?
Validated locally against GAF
feat/CLI-1826@1889c7c764911fcdb0fddd81073ca976314e11d5:GAF TOON presenter/output-workflow tests (run from local GAF checkout at same commit):
Evidence
cd cliv2 && make testokcd cliv2 && go test ./pkg/core10.966s)make buildbinary-releases/snyk-macos-arm64./binary-releases/snyk-macos-arm64 --version/whoamigo test ./internal/presenters/... -run 'Ufm|TOON|Toon|toon' -vTestRenderTemplate_TOON_goldensSCA/Secrets representative + empty: PASSgo test ./pkg/local_workflows/output_workflow/... -run 'Toon|toon|TOON'Note:
snyk test --helpandsnyk secrets test --helpdo not yet expose--toon; end-user TOON output requires a follow-up CLI change to register output-workflow flags. This PR confirms the bumped GAF integrates cleanly with the CLI build and test suite.What's the product update that needs to be communicated to CLI users?
None from this dependency bump alone.
Risk assessment (Low | Medium | High)?
Low. Dependency-only bump to a GAF pre-release commit; no CLI source changes.
What are the relevant tickets?
Made with Cursor