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

Commit 5844996

Browse files
authored
Merge pull request #215 from docker/cpub-369-update-snyk
dep: update snyk to 1.1012.0
2 parents 9c79702 + 4b37d3c commit 5844996

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

e2e/version_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,8 @@ Provider: %s
123123
}
124124

125125
func getProviderVersion(env string) string {
126-
return fmt.Sprintf("Snyk (%s (standalone))", os.Getenv(env))
126+
if runtime.GOOS != "windows" {
127+
return fmt.Sprintf("Snyk (%s (standalone))", os.Getenv(env))
128+
}
129+
return fmt.Sprintf("Snyk (%s)", os.Getenv(env))
127130
}

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.827.0
3-
SNYK_USER_VERSION=1.827.0
2+
SNYK_DESKTOP_VERSION=1.1012.0
3+
SNYK_USER_VERSION=1.1012.0
44
SNYK_OLD_VERSION=1.382.1
55
# Digest of the 1.827.0 snyk/snyk:docker image
6-
SNYK_IMAGE_DIGEST=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4
6+
SNYK_IMAGE_DIGEST=sha256:f0a8c21ccfcf4a4f4bdafe2ee35bb634ea4bc69d26ab567511aa148d218087d0
77
GO_VERSION=1.17.5
88
CLI_VERSION=20.10.11
99
ALPINE_VERSION=3.15.0

0 commit comments

Comments
 (0)