File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
# -e GITHUB_REPOSITORY="ossf/scorecard" \
23
23
# laurentsimon/scorecard-action:latest
24
24
25
- FROM golang:1.24.3 @sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 AS builder
25
+ FROM golang:1.24.4 @sha256:10c131810f80a4802c49cab0961bbe18a16f4bb2fb99ef16deaa23e4246fc817 AS builder
26
26
WORKDIR /src
27
27
ENV CGO_ENABLED=0
28
28
COPY go.* ./
@@ -35,7 +35,7 @@ ARG TARGETARCH
35
35
RUN CGO_ENABLED=0 make build
36
36
37
37
# Need root for GitHub Actions support
38
- FROM gcr.io/distroless/base@sha256:cef75d12148305c54ef5769e6511a5ac3c820f39bf5c8a4fbfd5b76b4b8da843
38
+ FROM gcr.io/distroless/base@sha256:201ef9125ff3f55fda8e0697eff0b3ce9078366503ef066653635a3ac3ed9c26
39
39
COPY --from=build /src/scorecard-action /
40
40
COPY policies/template.yml /policy.yml
41
41
ENTRYPOINT [ "/scorecard-action" ]
You can’t perform that action at this time.
0 commit comments