This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Add support of Snyk --group-issues flag for json output#135
Merged
Conversation
bcd890b to
851cbd3
Compare
| @@ -1,5 +1,5 @@ | |||
| # Pinned Versions | |||
| SNYK_DESKTOP_VERSION=1.424.4 | |||
| SNYK_DESKTOP_VERSION=1.432.0 | |||
Contributor
There was a problem hiding this comment.
@mat007 we are bumping the docker scan snyk version
Contributor
Author
There was a problem hiding this comment.
I'll do the PR on Pinata when this PR will be merged 😉
Contributor
There was a problem hiding this comment.
There is no need to bump snyk in pinata anymore, just the scan-cli-plugin version.
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
851cbd3 to
f379034
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
- What I did
Add the support of Snyk
--group-issuesflag to group vulnerabilities in json output- How I did it
Add the flag in the command, check that it can only by used with the
--jsonflag- How to verify it
Added e2e tests
- Description for the changelog
Add the support of Snyk--group-issuesflag to group vulnerabilities in json output- A picture of a cute animal (not mandatory)
