We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842268d commit 5a1c089Copy full SHA for 5a1c089
.github/workflows/scan-vulns.yaml
@@ -39,6 +39,11 @@ jobs:
39
with:
40
egress-policy: audit
41
42
+ - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
43
+ with:
44
+ go-version: "1.23"
45
+ check-latest: true
46
+
47
- name: Check out code into the Go module directory
48
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
49
docker/proxy-init.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.7.0
+FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.7.4
2
3
COPY ./init/init-iptables.sh /bin/
4
RUN chmod +x /bin/init-iptables.sh
0 commit comments