diff --git a/Dockerfile b/Dockerfile index e579910b..537ff525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,4 +38,5 @@ RUN CGO_ENABLED=0 make build # Need root for GitHub Actions support FROM gcr.io/distroless/base@sha256:122585ba4c098993df9f8dc7285433e8a19974de32528ee3a4b07308808c84ce COPY --from=build /src/scorecard-action / +COPY policies/template.yml /policy.yml ENTRYPOINT [ "/scorecard-action" ]