Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e0c7c4e

Browse files
authored
Merge pull request #186 from docker/bump-snyk-cli-1-802-0
upgrade Snyk CLI version to v1.801.0
2 parents 6b1b8e8 + 170d279 commit e0c7c4e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

internal/provider/provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ func WithGroupIssues() Ops {
155155
func WithAppVulns() Ops {
156156
return func(provider *Options) error {
157157
provider.flags = append(provider.flags, "--app-vulns")
158+
// We started with a default depth value of 2
159+
provider.flags = append(provider.flags, fmt.Sprintf("--nested-jars-path=%d", 2))
158160
return nil
159161
}
160162
}

vars.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Pinned Versions
2-
SNYK_DESKTOP_VERSION=1.790.0
2+
SNYK_DESKTOP_VERSION=1.801.0
33
SNYK_USER_VERSION=1.460.0
44
SNYK_OLD_VERSION=1.382.1
5-
# Digest of the 1.790.0 snyk/snyk:docker image
6-
SNYK_IMAGE_DIGEST=sha256:579d7263467ec0cffb44ec1720a320dd1ed6a78d6d4a8d9f58088a26f1d35ac4
5+
# Digest of the 1.801.0 snyk/snyk:docker image
6+
SNYK_IMAGE_DIGEST=sha256:bf3b57416af416edec358a184a01f2437f70502bebf0c7a8e787cf68bd6ba428
77
GO_VERSION=1.17.5
88
CLI_VERSION=20.10.11
99
ALPINE_VERSION=3.15.0

0 commit comments

Comments
 (0)