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.23.4 @sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7 AS builder
25
+ FROM golang:1.23.5 @sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 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:e9d0321de8927f69ce20e39bfc061343cce395996dfc1f0db6540e5145bc63a5
38
+ FROM gcr.io/distroless/base@sha256:74ddbf52d93fafbdd21b399271b0b4aac1babf8fa98cab59e5692e01169a1348
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