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.22.2@sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 AS builder
25+ FROM golang:1.22.2@sha256:d5302d40dc5fbbf38ec472d1848a9d2391a13f93293a6a5b0b87c99dc0eaa6ae 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:611d30d7f6d9992c37b1e1a212eefdf1f7c671deb56db3707e24eb01da8c4c2a
38+ FROM gcr.io/distroless/base@sha256:d8d01e2d5868f622544543ca0311679bbc2f3fbf7f7bafd11af78a284c479ea3
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