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

Commit 7c4abf0

Browse files
committed
Update Snyk CLI version to 1.383.1
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
1 parent 7ea8333 commit 7c4abf0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

e2e/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func TestScanSucceedWithDockerHub(t *testing.T) {
9191
assert.Assert(t, strings.Contains(output, "vulnerability found"))
9292

9393
// Check that token file has been created
94-
buf, err := ioutil.ReadFile(filepath.Join(configDir, "scan", "--accept-license", "scan-id.json"))
94+
buf, err := ioutil.ReadFile(filepath.Join(configDir, "scan-id.json"))
9595
assert.NilError(t, err)
9696
var scanID struct {
9797
Identifier string `json:"id"`

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.332.0
3-
SNYK_USER_VERSION=1.334.0
2+
SNYK_DESKTOP_VERSION=1.383.1
3+
SNYK_USER_VERSION=1.382.1
44
GO_VERSION=1.15.0
55
CLI_VERSION=19.03.9
66
ALPINE_VERSION=3.12.0

0 commit comments

Comments
 (0)