Skip to content

Commit

Permalink
Merge pull request #107 from Rakshith-R/enable-trivy
Browse files Browse the repository at this point in the history
update grpc-health-probe and re-enable triv scanner gh action
  • Loading branch information
k8s-ci-robot authored Jan 16, 2025
2 parents 1287450 + c7f59f3 commit 5dfd5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/csi-snapshot-metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5dfd5b9

Please sign in to comment.