We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
46c5b9b
a35b652
1 parent 4283c75 commit 49787a6Copy full SHA for 49787a6
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:46c5b9bd3e3efff512e28350766b54355fce6337a0b44ba3f822ab918eca4520
+FROM gcr.io/distroless/base@sha256:a35b6525fde5572656e24109064dd147fbaedc26e5a7ccd147ff3ed3a4308c21
39
COPY --from=build /src/scorecard-action /
40
COPY policies/template.yml /policy.yml
41
ENTRYPOINT [ "/scorecard-action" ]
0 commit comments