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

Commit 326797b

Browse files
Merge pull request #127 from docker/fix-windows-e2e-tests
Fix windows e2e tests
2 parents 8a286f2 + 3ee967c commit 326797b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

e2e/scan_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ func TestScanFailsWithCleanMessage(t *testing.T) {
7171
defer cleanup()
7272
createScanConfigFile(t, configDir)
7373

74+
cmd.Command = dockerCli.Command("logout")
75+
icmd.RunCmd(cmd).Assert(t, icmd.Success)
76+
7477
cmd.Command = dockerCli.Command("scan", "--accept-license", "example:image")
7578
icmd.RunCmd(cmd).Assert(t, icmd.Expected{
7679
ExitCode: 1,

vars.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinned Versions
2-
SNYK_DESKTOP_VERSION=1.385.0
3-
SNYK_USER_VERSION=1.385.1
2+
SNYK_DESKTOP_VERSION=1.424.4
3+
SNYK_USER_VERSION=1.425.0
44
SNYK_OLD_VERSION=1.382.1
55
GO_VERSION=1.15.0
66
CLI_VERSION=19.03.9

0 commit comments

Comments
 (0)