We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01a30 commit fad9a3cCopy full SHA for fad9a3c
Dockerfile
@@ -35,7 +35,7 @@ ARG TARGETARCH
35
RUN CGO_ENABLED=0 make build
36
37
# Need root for GitHub Actions support
38
-FROM gcr.io/distroless/base@sha256:9bc3117a99c731a41200a28774405125cb6fbda1819f4a1af88bd3bfad5dcf32
+FROM gcr.io/distroless/base@sha256:611d30d7f6d9992c37b1e1a212eefdf1f7c671deb56db3707e24eb01da8c4c2a
39
COPY --from=build /src/scorecard-action /
40
COPY policies/template.yml /policy.yml
41
ENTRYPOINT [ "/scorecard-action" ]
0 commit comments