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