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

upgrade to arm compatible version of Snyk CLI #191

Merged
merged 1 commit into from
Dec 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vars.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Pinned Versions
SNYK_DESKTOP_VERSION=1.801.0
SNYK_USER_VERSION=1.806.0
SNYK_DESKTOP_VERSION=1.809.0
SNYK_USER_VERSION=1.809.0
SNYK_OLD_VERSION=1.382.1
# Digest of the 1.801.0 snyk/snyk:docker image
SNYK_IMAGE_DIGEST=sha256:bf3b57416af416edec358a184a01f2437f70502bebf0c7a8e787cf68bd6ba428
# Digest of the 1.809.0 snyk/snyk:docker image
SNYK_IMAGE_DIGEST=sha256:041446a3add6b1e02391a8553793b5d777e2731d964a39b7632b73e28e3a7d89
GO_VERSION=1.17.5
CLI_VERSION=20.10.11
ALPINE_VERSION=3.15.0
Expand Down