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.25.1 @sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS builder
25+ FROM golang:1.25.2 @sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf 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:fa15492938650e1a5b87e34d47dc7d99a2b4e8aefd81b931b3f3eb6bb4c1d2f6
38+ FROM gcr.io/distroless/base@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8
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