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