From 9a6a65900b9bf3dc0b939fdd5006c29c66ec0010 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Thu, 16 Jan 2025 13:12:31 +0530 Subject: [PATCH 1/2] update grpc-health-probe version to v0.4.37 Signed-off-by: Rakshith R --- cmd/csi-snapshot-metadata/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/csi-snapshot-metadata/Dockerfile b/cmd/csi-snapshot-metadata/Dockerfile index 4f01ac2..952d188 100644 --- a/cmd/csi-snapshot-metadata/Dockerfile +++ b/cmd/csi-snapshot-metadata/Dockerfile @@ -1,5 +1,5 @@ FROM alpine AS builder -ARG GRPC_HEALTH_PROBE_VERSION=v0.4.36 +ARG GRPC_HEALTH_PROBE_VERSION=v0.4.37 ADD https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 /bin/grpc_health_probe RUN chmod +x /bin/grpc_health_probe From c7f59f3a451b80382d50a5a67ae0f11b523f28ee Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Thu, 16 Jan 2025 13:14:31 +0530 Subject: [PATCH 2/2] re-enable trivy scanner github action Signed-off-by: Rakshith R --- .github/workflows/trivy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 2699a65..8b9273e 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -4,8 +4,7 @@ on: push: branches: - main - # TODO: revert once https://github.com/grpc-ecosystem/grpc-health-probe/issues/230 is fixed - # pull_request: + pull_request: jobs: build: name: Build