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 2222# -e GITHUB_REPOSITORY="ossf/scorecard" \
2323# laurentsimon/scorecard-action:latest
2424
25- FROM golang:1.23.1 @sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 AS builder
25+ FROM golang:1.23.2 @sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS builder
2626WORKDIR /src
2727ENV CGO_ENABLED=0
2828COPY go.* ./
@@ -35,7 +35,7 @@ ARG TARGETARCH
3535RUN CGO_ENABLED=0 make build
3636
3737# Need root for GitHub Actions support
38- FROM gcr.io/distroless/base@sha256:6ae5fe659f28c6afe9cc2903aebc78a5c6ad3aaa3d9d0369760ac6aaea2529c8
38+ FROM gcr.io/distroless/base@sha256:8fe31fb9d159141d9c3ff99f1fd287239d89d97ea95fea1f08f82ea5f2b544da
3939COPY --from=build /src/scorecard-action /
4040COPY policies/template.yml /policy.yml
4141ENTRYPOINT [ "/scorecard-action" ]
You can’t perform that action at this time.
0 commit comments