Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
dep: update snyk to 1.1012.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
  • Loading branch information
eunomie committed Sep 27, 2022
1 parent 9c79702 commit 4b37d3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion e2e/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,8 @@ Provider: %s
}

func getProviderVersion(env string) string {
return fmt.Sprintf("Snyk (%s (standalone))", os.Getenv(env))
if runtime.GOOS != "windows" {
return fmt.Sprintf("Snyk (%s (standalone))", os.Getenv(env))
}
return fmt.Sprintf("Snyk (%s)", os.Getenv(env))
}
6 changes: 3 additions & 3 deletions vars.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Pinned Versions
SNYK_DESKTOP_VERSION=1.827.0
SNYK_USER_VERSION=1.827.0
SNYK_DESKTOP_VERSION=1.1012.0
SNYK_USER_VERSION=1.1012.0
SNYK_OLD_VERSION=1.382.1
# Digest of the 1.827.0 snyk/snyk:docker image
SNYK_IMAGE_DIGEST=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4
SNYK_IMAGE_DIGEST=sha256:f0a8c21ccfcf4a4f4bdafe2ee35bb634ea4bc69d26ab567511aa148d218087d0
GO_VERSION=1.17.5
CLI_VERSION=20.10.11
ALPINE_VERSION=3.15.0
Expand Down

0 comments on commit 4b37d3c

Please sign in to comment.