This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ FROM docker:${CLI_VERSION} AS cli
117117# DOWNLOAD
118118# ###
119119FROM golang:${GO_VERSION} AS download
120- ARG SNYK_DESKTOP_VERSION=1.332.0
121- ARG SNYK_USER_VERSION=1.334.0
122120COPY builder.Makefile vars.mk ./
123121RUN make -f builder.Makefile download
124122
@@ -128,14 +126,8 @@ RUN make -f builder.Makefile download
128126FROM builder AS e2e
129127ARG TARGETOS
130128ARG TARGETARCH
131- ARG SNYK_DESKTOP_VERSION=1.332.0
132- ENV SNYK_DESKTOP_VERSION=${SNYK_DESKTOP_VERSION}
133- ARG SNYK_USER_VERSION=1.334.0
134- ENV SNYK_USER_VERSION=${SNYK_USER_VERSION}
135129ARG TAG_NAME
136130ENV TAG_NAME=$TAG_NAME
137- ENV SNYK_USER_PATH="/root/e2e"
138- ENV SNYK_DESKTOP_PATH="/root/.docker/scan"
139131ENV DOCKER_CONFIG="/root/.docker"
140132
141133# install snyk binaries
Original file line number Diff line number Diff line change 1414include vars.mk
1515export DOCKER_BUILDKIT =1
1616
17- BUILD_ARGS := --build-arg SNYK_DESKTOP_VERSION=$(SNYK_DESKTOP_VERSION ) \
18- --build-arg SNYK_USER_VERSION=$(SNYK_USER_VERSION ) \
19- --build-arg GO_VERSION=$(GO_VERSION ) \
17+ BUILD_ARGS := --build-arg GO_VERSION=$(GO_VERSION ) \
2018 --build-arg CLI_VERSION=$(CLI_VERSION ) \
2119 --build-arg ALPINE_VERSION=$(ALPINE_VERSION ) \
2220 --build-arg GOLANGCI_LINT_VERSION=$(GOLANGCI_LINT_VERSION ) \
You can’t perform that action at this time.
0 commit comments