Skip to content

Commit

Permalink
[ISSUE-1026] fix grpc_health_probe go version CVE (#1037)
Browse files Browse the repository at this point in the history
*  [ISSUE-1026] upgrade grpc_health_probe to 0.4.19.
---------
Signed-off-by: yimingwangdell <[email protected]>
  • Loading branch information
yimingwangdell authored Jul 12, 2023
1 parent 3e0ee61 commit 2fa2836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LIVENESS_PROBE := livenessprobe
BUSYBOX := busybox

HEALTH_PROBE := health_probe
HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.3.1/grpc_health_probe-linux-amd64
HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.19/grpc_health_probe-linux-amd64

### go env vars
GO_ENV_VARS := GO111MODULE=on ${GOPRIVATE_PART} ${GOPROXY_PART}
Expand Down

0 comments on commit 2fa2836

Please sign in to comment.